#99817C

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

Shades of Hemp #99817C

Tints of Hemp #99817C

Color information

#99817C (or 0x99817C) is unknown color: approx Hemp. HEX triplet: 99, 81 and 7C. RGB value is (153,129,124). Sum of RGB (Red+Green+Blue) = 153+129+124=406 (53% of max value = 765). Red value is 153 (60.16% from 255 or 37.68% from 406); Green value is 129 (50.78% from 255 or 31.77% from 406); Blue value is 124 (48.83% from 255 or 30.54% from 406); Max value from RGB is 153 - color contains mainly: red. Hex color #99817C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #99817C is #667E83. Grayscale: #878787. Windows color (decimal): -6717060 or 8159641. OLE color: 8159641.

HSL color Cylindrical-coordinate representation of color #99817C: hue angle of 10.34º degrees, saturation: 0.12, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #99817C is Cyan = 0, Magento = 0.16, Yellow = 0.19 and Black (K on CMYK) = 0.4.

Color convert

RGB153129124-
CMYK00.160.190.4
HSL10.34º12.45%54.31%-
HSV(B)10.34º18.95%60%-
XYZ24.6323.9322.39-
YUV135.61121.45140.41-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 37.68%
GREEN value IS 129 (50.78% from 255) = 31.77%
BLUE value IS 124 (48.83% from 255) = 30.54%
R=37.68%
G=31.77%
B=30.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.19
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal15312912400.160.190.410.3412.4554.31
Hex99817C0101328ac36
Octal2312011740202350121466
Binary100110011000000111111000100001001110100010101100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99817C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(153,129,124); }

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

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

 a { background-color: rgb(153,129,124); }

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

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

 span { border-color: rgb(153,129,124); }

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