#75645C

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

Shades of Russett #75645C

Tints of Russett #75645C

Color information

#75645C (or 0x75645C) is unknown color: approx Russett. HEX triplet: 75, 64 and 5C. RGB value is (117,100,92). Sum of RGB (Red+Green+Blue) = 117+100+92=309 (40% of max value = 765). Red value is 117 (46.09% from 255 or 37.86% from 309); Green value is 100 (39.45% from 255 or 32.36% from 309); Blue value is 92 (36.33% from 255 or 29.77% from 309); Max value from RGB is 117 - color contains mainly: red. Hex color #75645C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #75645C is #8A9BA3. Grayscale: #686868. Windows color (decimal): -9083812 or 6055029. OLE color: 6055029.

HSL color Cylindrical-coordinate representation of color #75645C: hue angle of 19.2º degrees, saturation: 0.12, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #75645C is Cyan = 0, Magento = 0.15, Yellow = 0.21 and Black (K on CMYK) = 0.54.

Color convert

RGB11710092-
CMYK00.150.210.54
HSL19.2º11.96%40.98%-
HSV(B)19.2º21.37%45.88%-
XYZ13.8313.6712.03-
YUV104.17121.13137.15-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 37.86%
GREEN value IS 100 (39.45% from 255) = 32.36%
BLUE value IS 92 (36.33% from 255) = 29.77%
R=37.86%
G=32.36%
B=29.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.21
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1171009200.150.210.5419.211.9640.98
Hex75645C0F153613c29
Octal1651441340172566231451
Binary1110101110010010111000111110101110110100111100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75645C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #75645C; }

 p { color: rgb(117,100,92); }

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

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

 a { background-color: rgb(117,100,92); }

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

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

 span { border-color: rgb(117,100,92); }

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