#75645B

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

Shades of Russett #75645B

Tints of Russett #75645B

Color information

#75645B (or 0x75645B) is unknown color: approx Russett. HEX triplet: 75, 64 and 5B. RGB value is (117,100,91). Sum of RGB (Red+Green+Blue) = 117+100+91=308 (40% of max value = 765). Red value is 117 (46.09% from 255 or 37.99% from 308); Green value is 100 (39.45% from 255 or 32.47% from 308); Blue value is 91 (35.94% from 255 or 29.55% from 308); Max value from RGB is 117 - color contains mainly: red. Hex color #75645B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #75645B is #8A9BA4. Grayscale: #686868. Windows color (decimal): -9083813 or 5989493. OLE color: 5989493.

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

Color convert

RGB11710091-
CMYK00.150.220.54
HSL20.77º12.5%40.78%-
HSV(B)20.77º22.22%45.88%-
XYZ13.7813.6511.81-
YUV104.06120.63137.23-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 37.99%
GREEN value IS 100 (39.45% from 255) = 32.47%
BLUE value IS 91 (35.94% from 255) = 29.55%
R=37.99%
G=32.47%
B=29.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.22
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1171009100.150.220.5420.7712.540.78
Hex75645B0F163615c29
Octal1651441330172666251451
Binary1110101110010010110110111110110110110101011100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75645B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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