#CB6806

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

Shades of Tenne (Tawny) #CB6806

Tints of Tenne (Tawny) #CB6806

Color information

#CB6806 (or 0xCB6806) is unknown color: approx Tenne (Tawny). HEX triplet: CB, 68 and 06. RGB value is (203,104,6). Sum of RGB (Red+Green+Blue) = 203+104+6=313 (41% of max value = 765). Red value is 203 (79.69% from 255 or 64.86% from 313); Green value is 104 (41.02% from 255 or 33.23% from 313); Blue value is 6 (2.73% from 255 or 1.92% from 313); Max value from RGB is 203 - color contains mainly: red. Hex color #CB6806 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CB6806 is #3497F9. Grayscale: #7A7A7A. Windows color (decimal): -3446778 or 420043. OLE color: 420043.

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

Color convert

RGB2031046-
CMYK00.490.970.20
HSL29.85º94.26%40.98%-
HSV(B)29.85º97.04%79.61%-
XYZ29.6122.612.98-
YUV122.4362.3185.47-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 64.86%
GREEN value IS 104 (41.02% from 255) = 33.23%
BLUE value IS 6 (2.73% from 255) = 1.92%
R=64.86%
G=33.23%
B=1.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.97
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal203104600.490.970.2029.8594.2640.98
HexCB68603161141e5e29
Octal3131506061141243613651
Binary1100101111010001100110001110000110100111101011110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB6806

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB6806; }

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

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

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

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

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

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

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

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