#C0610E

Color #C0610E Tenne (Tawny) (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tenne (Tawny) #C0610E

Tints of Tenne (Tawny) #C0610E

Color information

#C0610E (or 0xC0610E) is unknown color: approx Tenne (Tawny). HEX triplet: C0, 61 and 0E. RGB value is (192,97,14). Sum of RGB (Red+Green+Blue) = 192+97+14=303 (40% of max value = 765). Red value is 192 (75.39% from 255 or 63.37% from 303); Green value is 97 (38.28% from 255 or 32.01% from 303); Blue value is 14 (5.86% from 255 or 4.62% from 303); Max value from RGB is 192 - color contains mainly: red. Hex color #C0610E is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C0610E is #3F9EF1. Grayscale: #747474. Windows color (decimal): -4169458 or 942528. OLE color: 942528.

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

Color convert

RGB1929714-
CMYK00.490.930.25
HSL27.98º86.41%40.39%-
HSV(B)27.98º92.71%75.29%-
XYZ26.0919.792.86-
YUV115.9470.47182.25-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 63.37%
GREEN value IS 97 (38.28% from 255) = 32.01%
BLUE value IS 14 (5.86% from 255) = 4.62%
R=63.37%
G=32.01%
B=4.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.93
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal192971400.490.930.2527.9886.4140.39
HexC061E0315D191c5628
Octal30014116061135313412650
Binary11000000110000111100110001101110111001111001010110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0610E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0610E; }

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

 H1.HeaderClassName
 {
   color: #C0610E;
 }
 .AnyTagClassName
 {
   color: #C0610E;
 }
</style>
background-color css

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

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

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

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

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

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