Html Css Color HEX #CC5506 Tenne (Tawny)

📋 copy color: '#CC5506'

red 204 ◦ green 85 ◦ blue 6

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

Shades of Tenne (Tawny) #CC5506

Tints of Tenne (Tawny) #CC5506

RGB

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

 GREEN value IS 85 (33.59% from 255) = 28.81%

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

R = 69.15%
G = 28.81%
B = 2.03%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.97

 K value IS 0.2

RGB Variations

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

Color information

#CC5506 (or 0xCC5506) is known color: Tenne (Tawny). HEX triplet: CC, 55 and 06. RGB value is (204,85,6). Sum of RGB (Red+Green+Blue) = 204+85+6=295 (39% of max value = 765). Red value is 204 (80.08% from 255 or 69.15% from 295); Green value is 85 (33.59% from 255 or 28.81% from 295); Blue value is 6 (2.73% from 255 or 2.03% from 295); Max value from RGB is 204 - color contains mainly: red. Hex color #CC5506 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CC5506 is #33AAF9. Grayscale: #707070. Windows color (decimal): -3386106 or 415180. OLE color: 415180.

HSL color Cylindrical-coordinate representation of color #CC5506: hue angle of 23.94º 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 #CC5506 is Cyan = 0, Magento = 0.58, Yellow = 0.97 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 85 6 -
CMYK 0 0.58 0.97 0.2
HSL 23.94º 0.94% 0.41% -
HSV(B) 23.94º 0.97% 0.8% -
XYZ 28.18 19.35 2.42 -
YUV 111.58 68.42 193.92 -
System Red Green Blue C M Y K H S L
Decimal 204 85 6 0 0.58 0.97 0.2 23.94 0.94 0.41
Hex CC 55 6 0 3A 61 14 18 5E 29
Octal 314 125 6 0 72 141 24 30 136 51
Binary 11001100 1010101 110 0 111010 1100001 10100 11000 1011110 101001

Color Harmonies of #CC5506

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC5506

Black with #CC5506

Text Example


Text Example

White with #CC5506

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC5506; }

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

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

background-color css

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

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

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

border-color css

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

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

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