#CB5306

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

Shades of Tenne (Tawny) #CB5306

Tints of Tenne (Tawny) #CB5306

Color information

#CB5306 (or 0xCB5306) is unknown color: approx Tenne (Tawny). HEX triplet: CB, 53 and 06. RGB value is (203,83,6). Sum of RGB (Red+Green+Blue) = 203+83+6=292 (38% of max value = 765). Red value is 203 (79.69% from 255 or 69.52% from 292); Green value is 83 (32.81% from 255 or 28.42% from 292); Blue value is 6 (2.73% from 255 or 2.05% from 292); Max value from RGB is 203 - color contains mainly: red. Hex color #CB5306 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CB5306 is #34ACF9. Grayscale: #6E6E6E. Windows color (decimal): -3452154 or 414667. OLE color: 414667.

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

Color convert

RGB203836-
CMYK00.590.970.20
HSL23.45º94.26%40.98%-
HSV(B)23.45º97.04%79.61%-
XYZ27.7518.92.36-
YUV110.169.26194.26-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 69.52%
GREEN value IS 83 (32.81% from 255) = 28.42%
BLUE value IS 6 (2.73% from 255) = 2.05%
R=69.52%
G=28.42%
B=2.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.97
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20383600.590.970.2023.4594.2640.98
HexCB53603B6114175e29
Octal3131236073141242713651
Binary1100101110100111100111011110000110100101111011110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB5306

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB5306; }

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

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

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

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

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

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

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

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