#917C75

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

Shades of Hemp #917C75

Tints of Hemp #917C75

Color information

#917C75 (or 0x917C75) is unknown color: approx Hemp. HEX triplet: 91, 7C and 75. RGB value is (145,124,117). Sum of RGB (Red+Green+Blue) = 145+124+117=386 (51% of max value = 765). Red value is 145 (57.03% from 255 or 37.56% from 386); Green value is 124 (48.83% from 255 or 32.12% from 386); Blue value is 117 (46.09% from 255 or 30.31% from 386); Max value from RGB is 145 - color contains mainly: red. Hex color #917C75 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #917C75 is #6E838A. Grayscale: #818181. Windows color (decimal): -7242635 or 7699601. OLE color: 7699601.

HSL color Cylindrical-coordinate representation of color #917C75: hue angle of 15º degrees, saturation: 0.11, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #917C75 is Cyan = 0, Magento = 0.14, Yellow = 0.19 and Black (K on CMYK) = 0.43.

Color convert

RGB145124117-
CMYK00.140.190.43
HSL15º11.29%51.37%-
HSV(B)15º19.31%56.86%-
XYZ22.121.7219.86-
YUV129.48120.96139.07-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 37.56%
GREEN value IS 124 (48.83% from 255) = 32.12%
BLUE value IS 117 (46.09% from 255) = 30.31%
R=37.56%
G=32.12%
B=30.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.19
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal14512411700.140.190.431511.2951.37
Hex917C750E132Bfb33
Octal2211741650162353171363
Binary1001000111111001110101011101001110101111111011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #917C75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #917C75; }

 p { color: rgb(145,124,117); }

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

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

 a { background-color: rgb(145,124,117); }

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

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

 span { border-color: rgb(145,124,117); }

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