Html Css Color HEX #CC6204 Tenne (Tawny)

📋 copy color: '#CC6204'

red 204 ◦ green 98 ◦ blue 4

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

Shades of Tenne (Tawny) #CC6204

Tints of Tenne (Tawny) #CC6204

RGB

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

 GREEN value IS 98 (38.67% from 255) = 32.03%

 BLUE value IS 4 (1.95% from 255) = 1.31%

R = 66.67%
G = 32.03%
B = 1.31%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.98

 K value IS 0.2

RGB Variations

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

Color information

#CC6204 (or 0xCC6204) is known color: Tenne (Tawny). HEX triplet: CC, 62 and 04. RGB value is (204,98,4). Sum of RGB (Red+Green+Blue) = 204+98+4=306 (40% of max value = 765). Red value is 204 (80.08% from 255 or 66.67% from 306); Green value is 98 (38.67% from 255 or 32.03% from 306); Blue value is 4 (1.95% from 255 or 1.31% from 306); Max value from RGB is 204 - color contains mainly: red. Hex color #CC6204 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CC6204 is #339DFB. Grayscale: #777777. Windows color (decimal): -3382780 or 287436. OLE color: 287436.

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

Color convert

RGB 204 98 4 -
CMYK 0 0.52 0.98 0.2
HSL 28.2º 0.96% 0.41% -
HSV(B) 28.2º 0.98% 0.8% -
XYZ 29.29 21.58 2.74 -
YUV 118.98 63.12 188.64 -
System Red Green Blue C M Y K H S L
Decimal 204 98 4 0 0.52 0.98 0.2 28.2 0.96 0.41
Hex CC 62 4 0 34 62 14 1C 60 29
Octal 314 142 4 0 64 142 24 34 140 51
Binary 11001100 1100010 100 0 110100 1100010 10100 11100 1100000 101001

Color Harmonies of #CC6204

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC6204

Black with #CC6204

Text Example


Text Example

White with #CC6204

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC6204; }

 p { color: rgb(204,98,4); }

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

background-color css

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

 a { background-color: rgb(204,98,4); }

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

border-color css

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

 span { border-color: rgb(204,98,4); }

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