#756562

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

Shades of Russett #756562

Tints of Russett #756562

Color information

#756562 (or 0x756562) is unknown color: approx Russett. HEX triplet: 75, 65 and 62. RGB value is (117,101,98). Sum of RGB (Red+Green+Blue) = 117+101+98=316 (41% of max value = 765). Red value is 117 (46.09% from 255 or 37.03% from 316); Green value is 101 (39.84% from 255 or 31.96% from 316); Blue value is 98 (38.67% from 255 or 31.01% from 316); Max value from RGB is 117 - color contains mainly: red. Hex color #756562 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #756562 is #8A9A9D. Grayscale: #696969. Windows color (decimal): -9083550 or 6448501. OLE color: 6448501.

HSL color Cylindrical-coordinate representation of color #756562: hue angle of 9.47º degrees, saturation: 0.09, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #756562 is Cyan = 0, Magento = 0.14, Yellow = 0.16 and Black (K on CMYK) = 0.54.

Color convert

RGB11710198-
CMYK00.140.160.54
HSL9.47º8.84%42.16%-
HSV(B)9.47º16.24%45.88%-
XYZ14.1913.9713.5-
YUV105.44123.8136.24-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 37.03%
GREEN value IS 101 (39.84% from 255) = 31.96%
BLUE value IS 98 (38.67% from 255) = 31.01%
R=37.03%
G=31.96%
B=31.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.16
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1171019800.140.160.549.478.8442.16
Hex7565620E1036992a
Octal1651451420162066111152
Binary111010111001011100010011101000011011010011001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #756562

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #756562; }

 p { color: rgb(117,101,98); }

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

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

 a { background-color: rgb(117,101,98); }

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

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

 span { border-color: rgb(117,101,98); }

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