#C85106

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

Shades of Tenne (Tawny) #C85106

Tints of Tenne (Tawny) #C85106

Color information

#C85106 (or 0xC85106) is unknown color: approx Tenne (Tawny). HEX triplet: C8, 51 and 06. RGB value is (200,81,6). Sum of RGB (Red+Green+Blue) = 200+81+6=287 (38% of max value = 765). Red value is 200 (78.52% from 255 or 69.69% from 287); Green value is 81 (32.03% from 255 or 28.22% from 287); Blue value is 6 (2.73% from 255 or 2.09% from 287); Max value from RGB is 200 - color contains mainly: red. Hex color #C85106 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C85106 is #37AEF9. Grayscale: #6C6C6C. Windows color (decimal): -3649274 or 414152. OLE color: 414152.

HSL color Cylindrical-coordinate representation of color #C85106: hue angle of 23.2º degrees, saturation: 0.94, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C85106 is Cyan = 0, Magento = 0.59, Yellow = 0.97 and Black (K on CMYK) = 0.22.

Color convert

RGB200816-
CMYK00.590.970.22
HSL23.2º94.17%40.39%-
HSV(B)23.2º97%78.43%-
XYZ26.7918.182.27-
YUV108.0370.42193.6-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 69.69%
GREEN value IS 81 (32.03% from 255) = 28.22%
BLUE value IS 6 (2.73% from 255) = 2.09%
R=69.69%
G=28.22%
B=2.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.97
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20081600.590.970.2223.294.1740.39
HexC851603B6116175e28
Octal3101216073141262713650
Binary1100100010100011100111011110000110110101111011110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C85106

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C85106; }

 p { color: rgb(200,81,6); }

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

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

 a { background-color: rgb(200,81,6); }

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

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

 span { border-color: rgb(200,81,6); }

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