Html Css Color HEX #C0610D Tenne (Tawny)

📋 copy color: '#C0610D'

red 192 ◦ green 97 ◦ blue 13

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

Shades of Tenne (Tawny) #C0610D

Tints of Tenne (Tawny) #C0610D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 4.3%

R = 63.58%
G = 32.12%
B = 4.3%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.93

 K value IS 0.25

RGB Variations

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

Color information

#C0610D (or 0xC0610D) is known color: Tenne (Tawny). HEX triplet: C0, 61 and 0D. RGB value is (192,97,13). Sum of RGB (Red+Green+Blue) = 192+97+13=302 (40% of max value = 765). Red value is 192 (75.39% from 255 or 63.58% from 302); Green value is 97 (38.28% from 255 or 32.12% from 302); Blue value is 13 (5.47% from 255 or 4.30% from 302); Max value from RGB is 192 - color contains mainly: red. Hex color #C0610D is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C0610D is #3F9EF2. Grayscale: #747474. Windows color (decimal): -4169459 or 876992. OLE color: 876992.

HSL color Cylindrical-coordinate representation of color #C0610D: hue angle of 28.16º degrees, saturation: 0.87, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C0610D is Cyan = 0, Magento = 0.49, Yellow = 0.93 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 97 13 -
CMYK 0 0.49 0.93 0.25
HSL 28.16º 0.87% 0.4% -
HSV(B) 28.16º 0.93% 0.75% -
XYZ 26.09 19.78 2.82 -
YUV 115.83 69.97 182.33 -
System Red Green Blue C M Y K H S L
Decimal 192 97 13 0 0.49 0.93 0.25 28.16 0.87 0.4
Hex C0 61 D 0 31 5D 19 1C 57 28
Octal 300 141 15 0 61 135 31 34 127 50
Binary 11000000 1100001 1101 0 110001 1011101 11001 11100 1010111 101000

Color Harmonies of #C0610D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0610D

Black with #C0610D

Text Example


Text Example

White with #C0610D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0610D; }

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

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

background-color css

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

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

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

border-color css

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

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

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