Html Css Color HEX #CC6A04 Tenne (Tawny)

📋 copy color: '#CC6A04'

red 204 ◦ green 106 ◦ blue 4

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

Shades of Tenne (Tawny) #CC6A04

Tints of Tenne (Tawny) #CC6A04

RGB

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

 GREEN value IS 106 (41.8% from 255) = 33.76%

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

R = 64.97%
G = 33.76%
B = 1.27%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.98

 K value IS 0.2

RGB Variations

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

Color information

#CC6A04 (or 0xCC6A04) is known color: Tenne (Tawny). HEX triplet: CC, 6A and 04. RGB value is (204,106,4). Sum of RGB (Red+Green+Blue) = 204+106+4=314 (41% of max value = 765). Red value is 204 (80.08% from 255 or 64.97% from 314); Green value is 106 (41.80% from 255 or 33.76% from 314); Blue value is 4 (1.95% from 255 or 1.27% from 314); Max value from RGB is 204 - color contains mainly: red. Hex color #CC6A04 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CC6A04 is #3395FB. Grayscale: #7C7C7C. Windows color (decimal): -3380732 or 289484. OLE color: 289484.

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

Color convert

RGB 204 106 4 -
CMYK 0 0.48 0.98 0.2
HSL 30.6º 0.96% 0.41% -
HSV(B) 30.6º 0.98% 0.8% -
XYZ 30.08 23.15 3 -
YUV 123.67 60.47 185.29 -
System Red Green Blue C M Y K H S L
Decimal 204 106 4 0 0.48 0.98 0.2 30.6 0.96 0.41
Hex CC 6A 4 0 30 62 14 1F 60 29
Octal 314 152 4 0 60 142 24 37 140 51
Binary 11001100 1101010 100 0 110000 1100010 10100 11111 1100000 101001

Color Harmonies of #CC6A04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC6A04

Black with #CC6A04

Text Example


Text Example

White with #CC6A04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC6A04; }

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

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

background-color css

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

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

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

border-color css

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

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

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