Html Css Color HEX #CC4D06 Tenne (Tawny)

📋 copy color: '#CC4D06'

red 204 ◦ green 77 ◦ blue 6

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

Shades of Tenne (Tawny) #CC4D06

Tints of Tenne (Tawny) #CC4D06

RGB

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

 GREEN value IS 77 (30.47% from 255) = 26.83%

 BLUE value IS 6 (2.73% from 255) = 2.09%

R = 71.08%
G = 26.83%
B = 2.09%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.97

 K value IS 0.2

RGB Variations

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

Color information

#CC4D06 (or 0xCC4D06) is known color: Tenne (Tawny). HEX triplet: CC, 4D and 06. RGB value is (204,77,6). Sum of RGB (Red+Green+Blue) = 204+77+6=287 (38% of max value = 765). Red value is 204 (80.08% from 255 or 71.08% from 287); Green value is 77 (30.47% from 255 or 26.83% from 287); Blue value is 6 (2.73% from 255 or 2.09% from 287); Max value from RGB is 204 - color contains mainly: red. Hex color #CC4D06 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CC4D06 is #33B2F9. Grayscale: #6B6B6B. Windows color (decimal): -3388154 or 413132. OLE color: 413132.

HSL color Cylindrical-coordinate representation of color #CC4D06: hue angle of 21.52º degrees, saturation: 0.94, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #CC4D06 is Cyan = 0, Magento = 0.62, Yellow = 0.97 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 77 6 -
CMYK 0 0.62 0.97 0.2
HSL 21.52º 0.94% 0.41% -
HSV(B) 21.52º 0.97% 0.8% -
XYZ 27.59 18.16 2.22 -
YUV 106.88 71.08 197.27 -
System Red Green Blue C M Y K H S L
Decimal 204 77 6 0 0.62 0.97 0.2 21.52 0.94 0.41
Hex CC 4D 6 0 3E 61 14 16 5E 29
Octal 314 115 6 0 76 141 24 26 136 51
Binary 11001100 1001101 110 0 111110 1100001 10100 10110 1011110 101001

Color Harmonies of #CC4D06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC4D06

Black with #CC4D06

Text Example


Text Example

White with #CC4D06

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC4D06; }

 p { color: rgb(204,77,6); }

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

background-color css

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

 a { background-color: rgb(204,77,6); }

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

border-color css

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

 span { border-color: rgb(204,77,6); }

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