#CB6E00

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

Shades of Tenne (Tawny) #CB6E00

Tints of Tenne (Tawny) #CB6E00

Color information

#CB6E00 (or 0xCB6E00) is unknown color: approx Tenne (Tawny). HEX triplet: CB, 6E and 00. RGB value is (203,110,0). Sum of RGB (Red+Green+Blue) = 203+110+0=313 (41% of max value = 765). Red value is 203 (79.69% from 255 or 64.86% from 313); Green value is 110 (43.36% from 255 or 35.14% from 313); Blue value is 0 (0.39% from 255 or 0% from 313); Max value from RGB is 203 - color contains mainly: red. Hex color #CB6E00 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CB6E00 is #3491FF. Grayscale: #7D7D7D. Windows color (decimal): -3445248 or 28363. OLE color: 28363.

HSL color Cylindrical-coordinate representation of color #CB6E00: hue angle of 32.51º degrees, saturation: 1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CB6E00 is Cyan = 0, Magento = 0.46, Yellow = 1 and Black (K on CMYK) = 0.20.

Color convert

RGB2031100-
CMYK00.4610.20
HSL32.51º100%39.8%-
HSV(B)32.51º100%79.61%-
XYZ30.223.853.01-
YUV125.2757.31183.44-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 64.86%
GREEN value IS 110 (43.36% from 255) = 35.14%
BLUE value IS 0 (0.39% from 255) = 0%
R=64.86%
G=35.14%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 1
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal203110000.4610.2032.5110039.8
HexCB6E002E6414216428
Octal3131560056144244114450
Binary110010111101110001011101100100101001000011100100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB6E00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB6E00; }

 p { color: rgb(203,110,0); }

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

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

 a { background-color: rgb(203,110,0); }

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

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

 span { border-color: rgb(203,110,0); }

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