#C65A0E

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

Shades of Tenne (Tawny) #C65A0E

Tints of Tenne (Tawny) #C65A0E

Color information

#C65A0E (or 0xC65A0E) is unknown color: approx Tenne (Tawny). HEX triplet: C6, 5A and 0E. RGB value is (198,90,14). Sum of RGB (Red+Green+Blue) = 198+90+14=302 (40% of max value = 765). Red value is 198 (77.73% from 255 or 65.56% from 302); Green value is 90 (35.55% from 255 or 29.80% from 302); Blue value is 14 (5.86% from 255 or 4.64% from 302); Max value from RGB is 198 - color contains mainly: red. Hex color #C65A0E is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C65A0E is #39A5F1. Grayscale: #727272. Windows color (decimal): -3778034 or 940742. OLE color: 940742.

HSL color Cylindrical-coordinate representation of color #C65A0E: hue angle of 24.78º degrees, saturation: 0.87, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C65A0E is Cyan = 0, Magento = 0.55, Yellow = 0.93 and Black (K on CMYK) = 0.22.

Color convert

RGB1989014-
CMYK00.550.930.22
HSL24.78º86.79%41.57%-
HSV(B)24.78º92.93%77.65%-
XYZ27.0219.352.73-
YUV113.6371.78188.18-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 65.56%
GREEN value IS 90 (35.55% from 255) = 29.80%
BLUE value IS 14 (5.86% from 255) = 4.64%
R=65.56%
G=29.80%
B=4.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.93
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal198901400.550.930.2224.7886.7941.57
HexC65AE0375D1619572a
Octal30613216067135263112752
Binary11000110101101011100110111101110110110110011010111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C65A0E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C65A0E; }

 p { color: rgb(198,90,14); }

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

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

 a { background-color: rgb(198,90,14); }

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

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

 span { border-color: rgb(198,90,14); }

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