Html Css Color HEX #C06204 Tenne (Tawny)

📋 copy color: '#C06204'

red 192 ◦ green 98 ◦ blue 4

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

Shades of Tenne (Tawny) #C06204

Tints of Tenne (Tawny) #C06204

RGB

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

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

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

R = 65.31%
G = 33.33%
B = 1.36%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.98

 K value IS 0.25

RGB Variations

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

Color information

#C06204 (or 0xC06204) is known color: Tenne (Tawny). HEX triplet: C0, 62 and 04. RGB value is (192,98,4). Sum of RGB (Red+Green+Blue) = 192+98+4=294 (38% of max value = 765). Red value is 192 (75.39% from 255 or 65.31% from 294); Green value is 98 (38.67% from 255 or 33.33% from 294); Blue value is 4 (1.95% from 255 or 1.36% from 294); Max value from RGB is 192 - color contains mainly: red. Hex color #C06204 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C06204 is #3F9DFB. Grayscale: #737373. Windows color (decimal): -4169212 or 287424. OLE color: 287424.

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

Color convert

RGB 192 98 4 -
CMYK 0 0.49 0.98 0.25
HSL 30º 0.96% 0.38% -
HSV(B) 30º 0.98% 0.75% -
XYZ 26.13 19.95 2.59 -
YUV 115.39 65.14 182.64 -
System Red Green Blue C M Y K H S L
Decimal 192 98 4 0 0.49 0.98 0.25 30 0.96 0.38
Hex C0 62 4 0 31 62 19 1E 60 26
Octal 300 142 4 0 61 142 31 36 140 46
Binary 11000000 1100010 100 0 110001 1100010 11001 11110 1100000 100110

Color Harmonies of #C06204

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C06204

Black with #C06204

Text Example


Text Example

White with #C06204

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C06204; }

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

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

background-color css

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

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

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

border-color css

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

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

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