#CB6A06

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

Shades of Tenne (Tawny) #CB6A06

Tints of Tenne (Tawny) #CB6A06

Color information

#CB6A06 (or 0xCB6A06) is unknown color: approx Tenne (Tawny). HEX triplet: CB, 6A and 06. RGB value is (203,106,6). Sum of RGB (Red+Green+Blue) = 203+106+6=315 (41% of max value = 765). Red value is 203 (79.69% from 255 or 64.44% from 315); Green value is 106 (41.80% from 255 or 33.65% from 315); Blue value is 6 (2.73% from 255 or 1.90% from 315); Max value from RGB is 203 - color contains mainly: red. Hex color #CB6A06 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CB6A06 is #3495F9. Grayscale: #7C7C7C. Windows color (decimal): -3446266 or 420555. OLE color: 420555.

HSL color Cylindrical-coordinate representation of color #CB6A06: hue angle of 30.46º 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 #CB6A06 is Cyan = 0, Magento = 0.48, Yellow = 0.97 and Black (K on CMYK) = 0.20.

Color convert

RGB2031066-
CMYK00.480.970.20
HSL30.46º94.26%40.98%-
HSV(B)30.46º97.04%79.61%-
XYZ29.8223.023.04-
YUV123.661.64184.63-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 64.44%
GREEN value IS 106 (41.80% from 255) = 33.65%
BLUE value IS 6 (2.73% from 255) = 1.90%
R=64.44%
G=33.65%
B=1.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.97
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal203106600.480.970.2030.4694.2640.98
HexCB6A603061141e5e29
Octal3131526060141243613651
Binary1100101111010101100110000110000110100111101011110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB6A06

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB6A06; }

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

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

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

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

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

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

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

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