Html Css Color HEX #CC6506 Tenne (Tawny)

📋 copy color: '#CC6506'

red 204 ◦ green 101 ◦ blue 6

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

Shades of Tenne (Tawny) #CC6506

Tints of Tenne (Tawny) #CC6506

RGB

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

 GREEN value IS 101 (39.84% from 255) = 32.48%

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

R = 65.59%
G = 32.48%
B = 1.93%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.97

 K value IS 0.2

RGB Variations

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

Color information

#CC6506 (or 0xCC6506) is known color: Tenne (Tawny). HEX triplet: CC, 65 and 06. RGB value is (204,101,6). Sum of RGB (Red+Green+Blue) = 204+101+6=311 (41% of max value = 765). Red value is 204 (80.08% from 255 or 65.59% from 311); Green value is 101 (39.84% from 255 or 32.48% from 311); Blue value is 6 (2.73% from 255 or 1.93% from 311); Max value from RGB is 204 - color contains mainly: red. Hex color #CC6506 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CC6506 is #339AF9. Grayscale: #797979. Windows color (decimal): -3382010 or 419276. OLE color: 419276.

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

Color convert

RGB 204 101 6 -
CMYK 0 0.50 0.97 0.2
HSL 28.79º 0.94% 0.41% -
HSV(B) 28.79º 0.97% 0.8% -
XYZ 29.59 22.16 2.89 -
YUV 120.97 63.12 187.22 -
System Red Green Blue C M Y K H S L
Decimal 204 101 6 0 0.50 0.97 0.2 28.79 0.94 0.41
Hex CC 65 6 0 32 61 14 1D 5E 29
Octal 314 145 6 0 62 141 24 35 136 51
Binary 11001100 1100101 110 0 110010 1100001 10100 11101 1011110 101001

Color Harmonies of #CC6506

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC6506

Black with #CC6506

Text Example


Text Example

White with #CC6506

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC6506; }

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

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

background-color css

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

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

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

border-color css

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

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

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