#99807A

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

Shades of Hemp #99807A

Tints of Hemp #99807A

Color information

#99807A (or 0x99807A) is unknown color: approx Hemp. HEX triplet: 99, 80 and 7A. RGB value is (153,128,122). Sum of RGB (Red+Green+Blue) = 153+128+122=403 (53% of max value = 765). Red value is 153 (60.16% from 255 or 37.97% from 403); Green value is 128 (50.39% from 255 or 31.76% from 403); Blue value is 122 (48.05% from 255 or 30.27% from 403); Max value from RGB is 153 - color contains mainly: red. Hex color #99807A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #99807A is #667F85. Grayscale: #868686. Windows color (decimal): -6717318 or 8028313. OLE color: 8028313.

HSL color Cylindrical-coordinate representation of color #99807A: hue angle of 11.61º degrees, saturation: 0.13, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #99807A is Cyan = 0, Magento = 0.16, Yellow = 0.20 and Black (K on CMYK) = 0.4.

Color convert

RGB153128122-
CMYK00.160.200.4
HSL11.61º13.19%53.92%-
HSV(B)11.61º20.26%60%-
XYZ24.3723.6221.69-
YUV134.79120.78140.99-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 37.97%
GREEN value IS 128 (50.39% from 255) = 31.76%
BLUE value IS 122 (48.05% from 255) = 30.27%
R=37.97%
G=31.76%
B=30.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.20
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal15312812200.160.200.411.6113.1953.92
Hex99807A0101428cd36
Octal2312001720202450141566
Binary100110011000000011110100100001010010100011001101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99807A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #99807A; }

 p { color: rgb(153,128,122); }

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

<style>
 a { background-color: #99807A; }

 a { background-color: rgb(153,128,122); }

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

<style>
 span { border-color: #99807A; }

 span { border-color: rgb(153,128,122); }

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