#CB6808

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

Shades of Tenne (Tawny) #CB6808

Tints of Tenne (Tawny) #CB6808

Color information

#CB6808 (or 0xCB6808) is unknown color: approx Tenne (Tawny). HEX triplet: CB, 68 and 08. RGB value is (203,104,8). Sum of RGB (Red+Green+Blue) = 203+104+8=315 (41% of max value = 765). Red value is 203 (79.69% from 255 or 64.44% from 315); Green value is 104 (41.02% from 255 or 33.02% from 315); Blue value is 8 (3.52% from 255 or 2.54% from 315); Max value from RGB is 203 - color contains mainly: red. Hex color #CB6808 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CB6808 is #3497F7. Grayscale: #7B7B7B. Windows color (decimal): -3446776 or 551115. OLE color: 551115.

HSL color Cylindrical-coordinate representation of color #CB6808: hue angle of 29.54º degrees, saturation: 0.92, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #CB6808 is Cyan = 0, Magento = 0.49, Yellow = 0.96 and Black (K on CMYK) = 0.20.

Color convert

RGB2031048-
CMYK00.490.960.20
HSL29.54º92.42%41.37%-
HSV(B)29.54º96.06%79.61%-
XYZ29.6222.613.03-
YUV122.6663.3185.31-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 64.44%
GREEN value IS 104 (41.02% from 255) = 33.02%
BLUE value IS 8 (3.52% from 255) = 2.54%
R=64.44%
G=33.02%
B=2.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.96
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal203104800.490.960.2029.5492.4241.37
HexCB68803160141e5c29
Octal31315010061140243613451
Binary11001011110100010000110001110000010100111101011100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB6808

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB6808; }

 p { color: rgb(203,104,8); }

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

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

 a { background-color: rgb(203,104,8); }

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

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

 span { border-color: rgb(203,104,8); }

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