#C64E07

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

Shades of Tenne (Tawny) #C64E07

Tints of Tenne (Tawny) #C64E07

Color information

#C64E07 (or 0xC64E07) is unknown color: approx Tenne (Tawny). HEX triplet: C6, 4E and 07. RGB value is (198,78,7). Sum of RGB (Red+Green+Blue) = 198+78+7=283 (37% of max value = 765). Red value is 198 (77.73% from 255 or 69.96% from 283); Green value is 78 (30.86% from 255 or 27.56% from 283); Blue value is 7 (3.12% from 255 or 2.47% from 283); Max value from RGB is 198 - color contains mainly: red. Hex color #C64E07 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C64E07 is #39B1F8. Grayscale: #6A6A6A. Windows color (decimal): -3781113 or 478918. OLE color: 478918.

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

Color convert

RGB198787-
CMYK00.610.960.22
HSL22.3º93.17%40.2%-
HSV(B)22.3º96.46%77.65%-
XYZ26.0517.472.2-
YUV105.7972.26193.77-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 69.96%
GREEN value IS 78 (30.86% from 255) = 27.56%
BLUE value IS 7 (3.12% from 255) = 2.47%
R=69.96%
G=27.56%
B=2.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.96
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19878700.610.960.2222.393.1740.2
HexC64E703D6016165d28
Octal3061167075140262613550
Binary1100011010011101110111101110000010110101101011101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C64E07

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C64E07; }

 p { color: rgb(198,78,7); }

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

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

 a { background-color: rgb(198,78,7); }

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

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

 span { border-color: rgb(198,78,7); }

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