#C65010

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

Shades of Tenne (Tawny) #C65010

Tints of Tenne (Tawny) #C65010

Color information

#C65010 (or 0xC65010) is unknown color: approx Tenne (Tawny). HEX triplet: C6, 50 and 10. RGB value is (198,80,16). Sum of RGB (Red+Green+Blue) = 198+80+16=294 (38% of max value = 765). Red value is 198 (77.73% from 255 or 67.35% from 294); Green value is 80 (31.64% from 255 or 27.21% from 294); Blue value is 16 (6.64% from 255 or 5.44% from 294); Max value from RGB is 198 - color contains mainly: red. Hex color #C65010 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C65010 is #39AFEF. Grayscale: #6C6C6C. Windows color (decimal): -3780592 or 1069254. OLE color: 1069254.

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

Color convert

RGB1988016-
CMYK00.600.920.22
HSL21.1º85.05%41.96%-
HSV(B)21.1º91.92%77.65%-
XYZ26.2517.782.54-
YUV107.9976.09192.2-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 67.35%
GREEN value IS 80 (31.64% from 255) = 27.21%
BLUE value IS 16 (6.64% from 255) = 5.44%
R=67.35%
G=27.21%
B=5.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.92
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal198801600.600.920.2221.185.0541.96
HexC6501003C5C1615552a
Octal30612020074134262512552
Binary110001101010000100000111100101110010110101011010101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C65010

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C65010; }

 p { color: rgb(198,80,16); }

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

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

 a { background-color: rgb(198,80,16); }

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

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

 span { border-color: rgb(198,80,16); }

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