#CC6E02

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

Shades of Tenne (Tawny) #CC6E02

Tints of Tenne (Tawny) #CC6E02

Color information

#CC6E02 (or 0xCC6E02) is unknown color: approx Tenne (Tawny). HEX triplet: CC, 6E and 02. RGB value is (204,110,2). Sum of RGB (Red+Green+Blue) = 204+110+2=316 (41% of max value = 765). Red value is 204 (80.08% from 255 or 64.56% from 316); Green value is 110 (43.36% from 255 or 34.81% from 316); Blue value is 2 (1.17% from 255 or 0.63% from 316); Max value from RGB is 204 - color contains mainly: red. Hex color #CC6E02 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CC6E02 is #3391FD. Grayscale: #7E7E7E. Windows color (decimal): -3379710 or 159436. OLE color: 159436.

HSL color Cylindrical-coordinate representation of color #CC6E02: hue angle of 32.08º degrees, saturation: 0.98, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #CC6E02 is Cyan = 0, Magento = 0.46, Yellow = 0.99 and Black (K on CMYK) = 0.2.

Color convert

RGB2041102-
CMYK00.460.990.2
HSL32.08º98.06%40.39%-
HSV(B)32.08º99.02%80%-
XYZ30.4923.993.08-
YUV125.7958.14183.78-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 64.56%
GREEN value IS 110 (43.36% from 255) = 34.81%
BLUE value IS 2 (1.17% from 255) = 0.63%
R=64.56%
G=34.81%
B=0.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.99
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal204110200.460.990.232.0898.0640.39
HexCC6E202E6314206228
Octal3141562056143244014250
Binary1100110011011101001011101100011101001000001100010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC6E02

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC6E02; }

 p { color: rgb(204,110,2); }

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

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

 a { background-color: rgb(204,110,2); }

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

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

 span { border-color: rgb(204,110,2); }

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