#99857F

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

Shades of Hemp #99857F

Tints of Hemp #99857F

Color information

#99857F (or 0x99857F) is unknown color: approx Hemp. HEX triplet: 99, 85 and 7F. RGB value is (153,133,127). Sum of RGB (Red+Green+Blue) = 153+133+127=413 (54% of max value = 765). Red value is 153 (60.16% from 255 or 37.05% from 413); Green value is 133 (52.34% from 255 or 32.20% from 413); Blue value is 127 (50% from 255 or 30.75% from 413); Max value from RGB is 153 - color contains mainly: red. Hex color #99857F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #99857F is #667A80. Grayscale: #8A8A8A. Windows color (decimal): -6716033 or 8357273. OLE color: 8357273.

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

Color convert

RGB153133127-
CMYK00.130.170.4
HSL13.85º11.3%54.9%-
HSV(B)13.85º16.99%60%-
XYZ25.3625.0823.58-
YUV138.3121.63138.49-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 37.05%
GREEN value IS 133 (52.34% from 255) = 32.20%
BLUE value IS 127 (50% from 255) = 30.75%
R=37.05%
G=32.20%
B=30.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.17
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal15313312700.130.170.413.8511.354.9
Hex99857F0D1128eb37
Octal2312051770152150161367
Binary10011001100001011111111011011000110100011101011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99857F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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