#C65D10

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

Shades of Tenne (Tawny) #C65D10

Tints of Tenne (Tawny) #C65D10

Color information

#C65D10 (or 0xC65D10) is unknown color: approx Tenne (Tawny). HEX triplet: C6, 5D and 10. RGB value is (198,93,16). Sum of RGB (Red+Green+Blue) = 198+93+16=307 (40% of max value = 765). Red value is 198 (77.73% from 255 or 64.50% from 307); Green value is 93 (36.72% from 255 or 30.29% from 307); Blue value is 16 (6.64% from 255 or 5.21% from 307); Max value from RGB is 198 - color contains mainly: red. Hex color #C65D10 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C65D10 is #39A2EF. Grayscale: #747474. Windows color (decimal): -3777264 or 1072582. OLE color: 1072582.

HSL color Cylindrical-coordinate representation of color #C65D10: hue angle of 25.38º 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 #C65D10 is Cyan = 0, Magento = 0.53, Yellow = 0.92 and Black (K on CMYK) = 0.22.

Color convert

RGB1989316-
CMYK00.530.920.22
HSL25.38º85.05%41.96%-
HSV(B)25.38º91.92%77.65%-
XYZ27.319.872.89-
YUV115.6271.79186.76-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 64.50%
GREEN value IS 93 (36.72% from 255) = 30.29%
BLUE value IS 16 (6.64% from 255) = 5.21%
R=64.50%
G=30.29%
B=5.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.92
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal198931600.530.920.2225.3885.0541.96
HexC65D100355C1619552a
Octal30613520065134263112552
Binary110001101011101100000110101101110010110110011010101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C65D10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C65D10; }

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

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

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

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

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

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

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

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