#C66401

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

Shades of Tenne (Tawny) #C66401

Tints of Tenne (Tawny) #C66401

Color information

#C66401 (or 0xC66401) is unknown color: approx Tenne (Tawny). HEX triplet: C6, 64 and 01. RGB value is (198,100,1). Sum of RGB (Red+Green+Blue) = 198+100+1=299 (39% of max value = 765). Red value is 198 (77.73% from 255 or 66.22% from 299); Green value is 100 (39.45% from 255 or 33.44% from 299); Blue value is 1 (0.78% from 255 or 0.33% from 299); Max value from RGB is 198 - color contains mainly: red. Hex color #C66401 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C66401 is #399BFE. Grayscale: #767676. Windows color (decimal): -3775487 or 91334. OLE color: 91334.

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

Color convert

RGB1981001-
CMYK00.490.990.22
HSL30.15º98.99%39.02%-
HSV(B)30.15º99.49%77.65%-
XYZ27.8521.122.64-
YUV118.0261.97185.05-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 66.22%
GREEN value IS 100 (39.45% from 255) = 33.44%
BLUE value IS 1 (0.78% from 255) = 0.33%
R=66.22%
G=33.44%
B=0.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.99
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal198100100.490.990.2230.1598.9939.02
HexC664103163161e6327
Octal3061441061143263614347
Binary11000110110010010110001110001110110111101100011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C66401

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C66401; }

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

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

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

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

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

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

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

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