#997B75

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

Shades of Hemp #997B75

Tints of Hemp #997B75

Color information

#997B75 (or 0x997B75) is unknown color: approx Hemp. HEX triplet: 99, 7B and 75. RGB value is (153,123,117). Sum of RGB (Red+Green+Blue) = 153+123+117=393 (52% of max value = 765). Red value is 153 (60.16% from 255 or 38.93% from 393); Green value is 123 (48.44% from 255 or 31.30% from 393); Blue value is 117 (46.09% from 255 or 29.77% from 393); Max value from RGB is 153 - color contains mainly: red. Hex color #997B75 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #997B75 is #66848A. Grayscale: #838383. Windows color (decimal): -6718603 or 7699353. OLE color: 7699353.

HSL color Cylindrical-coordinate representation of color #997B75: hue angle of 10º degrees, saturation: 0.15, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #997B75 is Cyan = 0, Magento = 0.20, Yellow = 0.24 and Black (K on CMYK) = 0.4.

Color convert

RGB153123117-
CMYK00.200.240.4
HSL10º15%52.94%-
HSV(B)10º23.53%60%-
XYZ23.4322.2219.88-
YUV131.29119.94143.49-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 38.93%
GREEN value IS 123 (48.44% from 255) = 31.30%
BLUE value IS 117 (46.09% from 255) = 29.77%
R=38.93%
G=31.30%
B=29.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.24
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal15312311700.200.240.4101552.94
Hex997B750141828af35
Octal2311731650243050121765
Binary10011001111101111101010101001100010100010101111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #997B75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #997B75; }

 p { color: rgb(153,123,117); }

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

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

 a { background-color: rgb(153,123,117); }

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

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

 span { border-color: rgb(153,123,117); }

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