Html Css Color HEX #CC6E00 Tenne (Tawny)

📋 copy color: '#CC6E00'

red 204 ◦ green 110 ◦ blue 0

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

Shades of Tenne (Tawny) #CC6E00

Tints of Tenne (Tawny) #CC6E00

RGB

 RED value IS 204 (80.08% from 255) = 64.97%

 GREEN value IS 110 (43.36% from 255) = 35.03%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 64.97%
G = 35.03%
B = 0%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 1

 K value IS 0.2

RGB Variations

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

Color information

#CC6E00 (or 0xCC6E00) is known color: Tenne (Tawny). HEX triplet: CC, 6E and 00. RGB value is (204,110,0). Sum of RGB (Red+Green+Blue) = 204+110+0=314 (41% of max value = 765). Red value is 204 (80.08% from 255 or 64.97% from 314); Green value is 110 (43.36% from 255 or 35.03% from 314); Blue value is 0 (0.39% from 255 or 0% from 314); Max value from RGB is 204 - color contains mainly: red. Hex color #CC6E00 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CC6E00 is #3391FF. Grayscale: #7E7E7E. Windows color (decimal): -3379712 or 28364. OLE color: 28364.

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

Color convert

RGB 204 110 0 -
CMYK 0 0.46 1 0.2
HSL 32.35º 1% 0.4% -
HSV(B) 32.35º 1% 0.8% -
XYZ 30.48 23.99 3.02 -
YUV 125.57 57.14 183.94 -
System Red Green Blue C M Y K H S L
Decimal 204 110 0 0 0.46 1 0.2 32.35 1 0.4
Hex CC 6E 0 0 2E 64 14 20 64 28
Octal 314 156 0 0 56 144 24 40 144 50
Binary 11001100 1101110 0 0 101110 1100100 10100 100000 1100100 101000

Color Harmonies of #CC6E00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC6E00

Black with #CC6E00

Text Example


Text Example

White with #CC6E00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC6E00; }

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

 H1.HeaderClassName
 {
   color: #CC6E00;
 }
 .AnyTagClassName
 {
   color: #CC6E00;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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