Html Css Color HEX #CC6E02 Tenne (Tawny)

📋 copy color: '#CC6E02'

red 204 ◦ green 110 ◦ blue 2

#CC6E02
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Tenne (Tawny) #CC6E02

Tints of Tenne (Tawny) #CC6E02

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 value IS 0

 M value IS 0.46

 Y value IS 0.99

 K value IS 0.2

RGB Variations

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

Color information

#CC6E02 (or 0xCC6E02) is known color: 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

RGB 204 110 2 -
CMYK 0 0.46 0.99 0.2
HSL 32.08º 0.98% 0.4% -
HSV(B) 32.08º 0.99% 0.8% -
XYZ 30.49 23.99 3.08 -
YUV 125.79 58.14 183.78 -
System Red Green Blue C M Y K H S L
Decimal 204 110 2 0 0.46 0.99 0.2 32.08 0.98 0.4
Hex CC 6E 2 0 2E 63 14 20 62 28
Octal 314 156 2 0 56 143 24 40 142 50
Binary 11001100 1101110 10 0 101110 1100011 10100 100000 1100010 101000

Color Harmonies of #CC6E02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC6E02

Black with #CC6E02

Text Example


Text Example

White with #CC6E02

Text Example


Text Example

HTML Codes & Css Web 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>