#99857E

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

Shades of Hemp #99857E

Tints of Hemp #99857E

Color information

#99857E (or 0x99857E) is unknown color: approx Hemp. HEX triplet: 99, 85 and 7E. RGB value is (153,133,126). Sum of RGB (Red+Green+Blue) = 153+133+126=412 (54% of max value = 765). Red value is 153 (60.16% from 255 or 37.14% from 412); Green value is 133 (52.34% from 255 or 32.28% from 412); Blue value is 126 (49.61% from 255 or 30.58% from 412); Max value from RGB is 153 - color contains mainly: red. Hex color #99857E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #99857E is #667A81. Grayscale: #8A8A8A. Windows color (decimal): -6716034 or 8291737. OLE color: 8291737.

HSL color Cylindrical-coordinate representation of color #99857E: hue angle of 15.56º degrees, saturation: 0.12, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #99857E is Cyan = 0, Magento = 0.13, Yellow = 0.18 and Black (K on CMYK) = 0.4.

Color convert

RGB153133126-
CMYK00.130.180.4
HSL15.56º11.69%54.71%-
HSV(B)15.56º17.65%60%-
XYZ25.2925.0523.24-
YUV138.18121.13138.57-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 37.14%
GREEN value IS 133 (52.34% from 255) = 32.28%
BLUE value IS 126 (49.61% from 255) = 30.58%
R=37.14%
G=32.28%
B=30.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.18
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal15313312600.130.180.415.5611.6954.71
Hex99857E0D122810c37
Octal2312051760152250201467
Binary100110011000010111111100110110010101000100001100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99857E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(153,133,126); }

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

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

 a { background-color: rgb(153,133,126); }

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

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

 span { border-color: rgb(153,133,126); }

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