Html Css Color HEX #C06C04 Tenne (Tawny)

📋 copy color: '#C06C04'

red 192 ◦ green 108 ◦ blue 4

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

Shades of Tenne (Tawny) #C06C04

Tints of Tenne (Tawny) #C06C04

RGB

 RED value IS 192 (75.39% from 255) = 63.16%

 GREEN value IS 108 (42.58% from 255) = 35.53%

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

R = 63.16%
G = 35.53%
B = 1.32%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.98

 K value IS 0.25

RGB Variations

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

Color information

#C06C04 (or 0xC06C04) is known color: Tenne (Tawny). HEX triplet: C0, 6C and 04. RGB value is (192,108,4). Sum of RGB (Red+Green+Blue) = 192+108+4=304 (40% of max value = 765). Red value is 192 (75.39% from 255 or 63.16% from 304); Green value is 108 (42.58% from 255 or 35.53% from 304); Blue value is 4 (1.95% from 255 or 1.32% from 304); Max value from RGB is 192 - color contains mainly: red. Hex color #C06C04 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C06C04 is #3F93FB. Grayscale: #797979. Windows color (decimal): -4166652 or 289984. OLE color: 289984.

HSL color Cylindrical-coordinate representation of color #C06C04: hue angle of 33.19º degrees, saturation: 0.96, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C06C04 is Cyan = 0, Magento = 0.44, Yellow = 0.98 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 108 4 -
CMYK 0 0.44 0.98 0.25
HSL 33.19º 0.96% 0.38% -
HSV(B) 33.19º 0.98% 0.75% -
XYZ 27.12 21.94 2.92 -
YUV 121.26 61.83 178.46 -
System Red Green Blue C M Y K H S L
Decimal 192 108 4 0 0.44 0.98 0.25 33.19 0.96 0.38
Hex C0 6C 4 0 2C 62 19 21 60 26
Octal 300 154 4 0 54 142 31 41 140 46
Binary 11000000 1101100 100 0 101100 1100010 11001 100001 1100000 100110

Color Harmonies of #C06C04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C06C04

Black with #C06C04

Text Example


Text Example

White with #C06C04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C06C04; }

 p { color: rgb(192,108,4); }

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

background-color css

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

 a { background-color: rgb(192,108,4); }

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

border-color css

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

 span { border-color: rgb(192,108,4); }

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