Html Css Color HEX #C06104 Tenne (Tawny)

📋 copy color: '#C06104'

red 192 ◦ green 97 ◦ blue 4

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

Shades of Tenne (Tawny) #C06104

Tints of Tenne (Tawny) #C06104

RGB

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

 GREEN value IS 97 (38.28% from 255) = 33.11%

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

R = 65.53%
G = 33.11%
B = 1.37%

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

#C06104 (or 0xC06104) is known color: Tenne (Tawny). HEX triplet: C0, 61 and 04. RGB value is (192,97,4). Sum of RGB (Red+Green+Blue) = 192+97+4=293 (38% of max value = 765). Red value is 192 (75.39% from 255 or 65.53% from 293); Green value is 97 (38.28% from 255 or 33.11% from 293); Blue value is 4 (1.95% from 255 or 1.37% from 293); Max value from RGB is 192 - color contains mainly: red. Hex color #C06104 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C06104 is #3F9EFB. Grayscale: #737373. Windows color (decimal): -4169468 or 287168. OLE color: 287168.

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

Color convert

RGB 192 97 4 -
CMYK 0 0.49 0.98 0.25
HSL 29.68º 0.96% 0.38% -
HSV(B) 29.68º 0.98% 0.75% -
XYZ 26.03 19.76 2.56 -
YUV 114.8 65.47 183.06 -
System Red Green Blue C M Y K H S L
Decimal 192 97 4 0 0.49 0.98 0.25 29.68 0.96 0.38
Hex C0 61 4 0 31 62 19 1E 60 26
Octal 300 141 4 0 61 142 31 36 140 46
Binary 11000000 1100001 100 0 110001 1100010 11001 11110 1100000 100110

Color Harmonies of #C06104

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C06104

Black with #C06104

Text Example


Text Example

White with #C06104

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C06104; }

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

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

background-color css

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

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

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

border-color css

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

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

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