#C64801

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

Shades of Tenne (Tawny) #C64801

Tints of Tenne (Tawny) #C64801

Color information

#C64801 (or 0xC64801) is unknown color: approx Tenne (Tawny). HEX triplet: C6, 48 and 01. RGB value is (198,72,1). Sum of RGB (Red+Green+Blue) = 198+72+1=271 (35% of max value = 765). Red value is 198 (77.73% from 255 or 73.06% from 271); Green value is 72 (28.52% from 255 or 26.57% from 271); Blue value is 1 (0.78% from 255 or 0.37% from 271); Max value from RGB is 198 - color contains mainly: red. Hex color #C64801 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C64801 is #39B7FE. Grayscale: #656565. Windows color (decimal): -3782655 or 84166. OLE color: 84166.

HSL color Cylindrical-coordinate representation of color #C64801: hue angle of 21.62º degrees, saturation: 0.99, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C64801 is Cyan = 0, Magento = 0.64, Yellow = 0.99 and Black (K on CMYK) = 0.22.

Color convert

RGB198721-
CMYK00.640.990.22
HSL21.62º98.99%39.02%-
HSV(B)21.62º99.49%77.65%-
XYZ25.6116.641.89-
YUV101.5871.24196.77-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 73.06%
GREEN value IS 72 (28.52% from 255) = 26.57%
BLUE value IS 1 (0.78% from 255) = 0.37%
R=73.06%
G=26.57%
B=0.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.99
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19872100.640.990.2221.6298.9939.02
HexC64810406316166327
Octal30611010100143262614347
Binary110001101001000101000000110001110110101101100011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C64801

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C64801; }

 p { color: rgb(198,72,1); }

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

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

 a { background-color: rgb(198,72,1); }

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

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

 span { border-color: rgb(198,72,1); }

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