#CB630D

Color #CB630D Tenne (Tawny) (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tenne (Tawny) #CB630D

Tints of Tenne (Tawny) #CB630D

Color information

#CB630D (or 0xCB630D) is unknown color: approx Tenne (Tawny). HEX triplet: CB, 63 and 0D. RGB value is (203,99,13). Sum of RGB (Red+Green+Blue) = 203+99+13=315 (41% of max value = 765). Red value is 203 (79.69% from 255 or 64.44% from 315); Green value is 99 (39.06% from 255 or 31.43% from 315); Blue value is 13 (5.47% from 255 or 4.13% from 315); Max value from RGB is 203 - color contains mainly: red. Hex color #CB630D is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CB630D is #349CF2. Grayscale: #787878. Windows color (decimal): -3448051 or 877515. OLE color: 877515.

HSL color Cylindrical-coordinate representation of color #CB630D: hue angle of 27.16º degrees, saturation: 0.88, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #CB630D is Cyan = 0, Magento = 0.51, Yellow = 0.94 and Black (K on CMYK) = 0.20.

Color convert

RGB2039913-
CMYK00.510.940.20
HSL27.16º87.96%42.35%-
HSV(B)27.16º93.6%79.61%-
XYZ29.1621.653.02-
YUV120.2967.46186.99-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 203 (79.69% from 255) = 64.44%
GREEN value IS 99 (39.06% from 255) = 31.43%
BLUE value IS 13 (5.47% from 255) = 4.13%
R=64.44%
G=31.43%
B=4.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.94
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal203991300.510.940.2027.1687.9642.35
HexCB63D0335E141b582a
Octal31314315063136243313052
Binary11001011110001111010110011101111010100110111011000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB630D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB630D; }

 p { color: rgb(203,99,13); }

 H1.HeaderClassName
 {
   color: #CB630D;
 }
 .AnyTagClassName
 {
   color: #CB630D;
 }
</style>
background-color css

<style>
 a { background-color: #CB630D; }

 a { background-color: rgb(203,99,13); }

 div.DivClassName
 {
   background-color: #CB630D;
 }
 .BgClassName
 {
   background-color: #CB630D;
 }
</style>
border-color css

<style>
 span { border-color: #CB630D; }

 span { border-color: rgb(203,99,13); }

 td.TdClassName
 {
   border-color: #CB630D;
 }
 .TagClassName
 {
   border-color: #CB630D;
 }
</style>