#99756E

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

Shades of Hemp #99756E

Tints of Hemp #99756E

Color information

#99756E (or 0x99756E) is unknown color: approx Hemp. HEX triplet: 99, 75 and 6E. RGB value is (153,117,110). Sum of RGB (Red+Green+Blue) = 153+117+110=380 (50% of max value = 765). Red value is 153 (60.16% from 255 or 40.26% from 380); Green value is 117 (46.09% from 255 or 30.79% from 380); Blue value is 110 (43.36% from 255 or 28.95% from 380); Max value from RGB is 153 - color contains mainly: red. Hex color #99756E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #99756E is #668A91. Grayscale: #7F7F7F. Windows color (decimal): -6720146 or 7239065. OLE color: 7239065.

HSL color Cylindrical-coordinate representation of color #99756E: hue angle of 9.77º degrees, saturation: 0.17, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #99756E is Cyan = 0, Magento = 0.24, Yellow = 0.28 and Black (K on CMYK) = 0.4.

Color convert

RGB153117110-
CMYK00.240.280.4
HSL9.77º17.41%51.57%-
HSV(B)9.77º28.1%60%-
XYZ22.3120.6217.56-
YUV126.97118.43146.57-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 40.26%
GREEN value IS 117 (46.09% from 255) = 30.79%
BLUE value IS 110 (43.36% from 255) = 28.95%
R=40.26%
G=30.79%
B=28.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.28
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal15311711000.240.280.49.7717.4151.57
Hex99756E0181C28a1134
Octal2311651560303450122164
Binary100110011110101110111001100011100101000101010001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99756E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #99756E; }

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

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

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

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

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

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

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

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