#C65A0D

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

Shades of Tenne (Tawny) #C65A0D

Tints of Tenne (Tawny) #C65A0D

Color information

#C65A0D (or 0xC65A0D) is unknown color: approx Tenne (Tawny). HEX triplet: C6, 5A and 0D. RGB value is (198,90,13). Sum of RGB (Red+Green+Blue) = 198+90+13=301 (39% of max value = 765). Red value is 198 (77.73% from 255 or 65.78% from 301); Green value is 90 (35.55% from 255 or 29.90% from 301); Blue value is 13 (5.47% from 255 or 4.32% from 301); Max value from RGB is 198 - color contains mainly: red. Hex color #C65A0D is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C65A0D is #39A5F2. Grayscale: #717171. Windows color (decimal): -3778035 or 875206. OLE color: 875206.

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

Color convert

RGB1989013-
CMYK00.550.930.22
HSL24.97º87.68%41.37%-
HSV(B)24.97º93.43%77.65%-
XYZ27.0219.352.69-
YUV113.5171.28188.26-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 65.78%
GREEN value IS 90 (35.55% from 255) = 29.90%
BLUE value IS 13 (5.47% from 255) = 4.32%
R=65.78%
G=29.90%
B=4.32%

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
Decimal198901300.550.930.2224.9787.6841.37
HexC65AD0375D16195829
Octal30613215067135263113051
Binary11000110101101011010110111101110110110110011011000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C65A0D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C65A0D; }

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

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

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

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

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

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

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

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