Html Css Color HEX #C06404 Tenne (Tawny)

📋 copy color: '#C06404'

red 192 ◦ green 100 ◦ blue 4

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

Shades of Tenne (Tawny) #C06404

Tints of Tenne (Tawny) #C06404

RGB

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

 GREEN value IS 100 (39.45% from 255) = 33.78%

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

R = 64.86%
G = 33.78%
B = 1.35%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.98

 K value IS 0.25

RGB Variations

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

Color information

#C06404 (or 0xC06404) is known color: Tenne (Tawny). HEX triplet: C0, 64 and 04. RGB value is (192,100,4). Sum of RGB (Red+Green+Blue) = 192+100+4=296 (39% of max value = 765). Red value is 192 (75.39% from 255 or 64.86% from 296); Green value is 100 (39.45% from 255 or 33.78% from 296); Blue value is 4 (1.95% from 255 or 1.35% from 296); Max value from RGB is 192 - color contains mainly: red. Hex color #C06404 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C06404 is #3F9BFB. Grayscale: #757575. Windows color (decimal): -4168700 or 287936. OLE color: 287936.

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

Color convert

RGB 192 100 4 -
CMYK 0 0.48 0.98 0.25
HSL 30.64º 0.96% 0.38% -
HSV(B) 30.64º 0.98% 0.75% -
XYZ 26.32 20.33 2.65 -
YUV 116.56 64.48 181.81 -
System Red Green Blue C M Y K H S L
Decimal 192 100 4 0 0.48 0.98 0.25 30.64 0.96 0.38
Hex C0 64 4 0 30 62 19 1F 60 26
Octal 300 144 4 0 60 142 31 37 140 46
Binary 11000000 1100100 100 0 110000 1100010 11001 11111 1100000 100110

Color Harmonies of #C06404

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C06404

Black with #C06404

Text Example


Text Example

White with #C06404

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C06404; }

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

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

background-color css

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

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

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

border-color css

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

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

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