#C64D06

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

Shades of Tenne (Tawny) #C64D06

Tints of Tenne (Tawny) #C64D06

Color information

#C64D06 (or 0xC64D06) is unknown color: approx Tenne (Tawny). HEX triplet: C6, 4D and 06. RGB value is (198,77,6). Sum of RGB (Red+Green+Blue) = 198+77+6=281 (37% of max value = 765). Red value is 198 (77.73% from 255 or 70.46% from 281); Green value is 77 (30.47% from 255 or 27.40% from 281); Blue value is 6 (2.73% from 255 or 2.14% from 281); Max value from RGB is 198 - color contains mainly: red. Hex color #C64D06 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C64D06 is #39B2F9. Grayscale: #696969. Windows color (decimal): -3781370 or 413126. OLE color: 413126.

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

Color convert

RGB198776-
CMYK00.610.970.22
HSL22.19º94.12%40%-
HSV(B)22.19º96.97%77.65%-
XYZ25.9817.332.15-
YUV105.0872.09194.27-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 70.46%
GREEN value IS 77 (30.47% from 255) = 27.40%
BLUE value IS 6 (2.73% from 255) = 2.14%
R=70.46%
G=27.40%
B=2.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.97
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19877600.610.970.2222.1994.1240
HexC64D603D6116165e28
Octal3061156075141262613650
Binary1100011010011011100111101110000110110101101011110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C64D06

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C64D06; }

 p { color: rgb(198,77,6); }

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

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

 a { background-color: rgb(198,77,6); }

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

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

 span { border-color: rgb(198,77,6); }

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