#C64A04

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

Shades of Tenne (Tawny) #C64A04

Tints of Tenne (Tawny) #C64A04

Color information

#C64A04 (or 0xC64A04) is unknown color: approx Tenne (Tawny). HEX triplet: C6, 4A and 04. RGB value is (198,74,4). Sum of RGB (Red+Green+Blue) = 198+74+4=276 (36% of max value = 765). Red value is 198 (77.73% from 255 or 71.74% from 276); Green value is 74 (29.30% from 255 or 26.81% from 276); Blue value is 4 (1.95% from 255 or 1.45% from 276); Max value from RGB is 198 - color contains mainly: red. Hex color #C64A04 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C64A04 is #39B5FB. Grayscale: #676767. Windows color (decimal): -3782140 or 281286. OLE color: 281286.

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

Color convert

RGB198744-
CMYK00.630.980.22
HSL21.65º96.04%39.61%-
HSV(B)21.65º97.98%77.65%-
XYZ25.7616.912.02-
YUV103.172.08195.69-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 71.74%
GREEN value IS 74 (29.30% from 255) = 26.81%
BLUE value IS 4 (1.95% from 255) = 1.45%
R=71.74%
G=26.81%
B=1.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.98
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19874400.630.980.2221.6596.0439.61
HexC64A403F6216166028
Octal3061124077142262614050
Binary1100011010010101000111111110001010110101101100000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C64A04

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C64A04; }

 p { color: rgb(198,74,4); }

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

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

 a { background-color: rgb(198,74,4); }

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

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

 span { border-color: rgb(198,74,4); }

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