#C66201

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

Shades of Tenne (Tawny) #C66201

Tints of Tenne (Tawny) #C66201

Color information

#C66201 (or 0xC66201) is unknown color: approx Tenne (Tawny). HEX triplet: C6, 62 and 01. RGB value is (198,98,1). Sum of RGB (Red+Green+Blue) = 198+98+1=297 (39% of max value = 765). Red value is 198 (77.73% from 255 or 66.67% from 297); Green value is 98 (38.67% from 255 or 33.00% from 297); Blue value is 1 (0.78% from 255 or 0.34% from 297); Max value from RGB is 198 - color contains mainly: red. Hex color #C66201 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C66201 is #399DFE. Grayscale: #757575. Windows color (decimal): -3775999 or 90822. OLE color: 90822.

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

Color convert

RGB198981-
CMYK00.510.990.22
HSL29.54º98.99%39.02%-
HSV(B)29.54º99.49%77.65%-
XYZ27.6620.742.57-
YUV116.8462.63185.89-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 66.67%
GREEN value IS 98 (38.67% from 255) = 33.00%
BLUE value IS 1 (0.78% from 255) = 0.34%
R=66.67%
G=33.00%
B=0.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.99
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19898100.510.990.2229.5498.9939.02
HexC662103363161e6327
Octal3061421063143263614347
Binary11000110110001010110011110001110110111101100011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C66201

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C66201; }

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

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

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

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

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

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

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

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