#C36A06

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

Shades of Tenne (Tawny) #C36A06

Tints of Tenne (Tawny) #C36A06

Color information

#C36A06 (or 0xC36A06) is unknown color: approx Tenne (Tawny). HEX triplet: C3, 6A and 06. RGB value is (195,106,6). Sum of RGB (Red+Green+Blue) = 195+106+6=307 (40% of max value = 765). Red value is 195 (76.56% from 255 or 63.52% from 307); Green value is 106 (41.80% from 255 or 34.53% from 307); Blue value is 6 (2.73% from 255 or 1.95% from 307); Max value from RGB is 195 - color contains mainly: red. Hex color #C36A06 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C36A06 is #3C95F9. Grayscale: #797979. Windows color (decimal): -3970554 or 420547. OLE color: 420547.

HSL color Cylindrical-coordinate representation of color #C36A06: hue angle of 31.75º degrees, saturation: 0.94, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C36A06 is Cyan = 0, Magento = 0.46, Yellow = 0.97 and Black (K on CMYK) = 0.24.

Color convert

RGB1951066-
CMYK00.460.970.24
HSL31.75º94.03%39.41%-
HSV(B)31.75º96.92%76.47%-
XYZ27.6921.922.94-
YUV121.2162.99180.63-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 63.52%
GREEN value IS 106 (41.80% from 255) = 34.53%
BLUE value IS 6 (2.73% from 255) = 1.95%
R=63.52%
G=34.53%
B=1.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.97
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal195106600.460.970.2431.7594.0339.41
HexC36A602E6118205e27
Octal3031526056141304013647
Binary11000011110101011001011101100001110001000001011110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C36A06

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C36A06; }

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

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

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

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

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

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

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

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