#99817A

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

Shades of Hemp #99817A

Tints of Hemp #99817A

Color information

#99817A (or 0x99817A) is unknown color: approx Hemp. HEX triplet: 99, 81 and 7A. RGB value is (153,129,122). Sum of RGB (Red+Green+Blue) = 153+129+122=404 (53% of max value = 765). Red value is 153 (60.16% from 255 or 37.87% from 404); Green value is 129 (50.78% from 255 or 31.93% from 404); Blue value is 122 (48.05% from 255 or 30.20% from 404); Max value from RGB is 153 - color contains mainly: red. Hex color #99817A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #99817A is #667E85. Grayscale: #878787. Windows color (decimal): -6717062 or 8028569. OLE color: 8028569.

HSL color Cylindrical-coordinate representation of color #99817A: hue angle of 13.55º 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 #99817A is Cyan = 0, Magento = 0.16, Yellow = 0.20 and Black (K on CMYK) = 0.4.

Color convert

RGB153129122-
CMYK00.160.200.4
HSL13.55º13.19%53.92%-
HSV(B)13.55º20.26%60%-
XYZ24.523.8821.73-
YUV135.38120.45140.57-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 37.87%
GREEN value IS 129 (50.78% from 255) = 31.93%
BLUE value IS 122 (48.05% from 255) = 30.20%
R=37.87%
G=31.93%
B=30.20%

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
Decimal15312912200.160.200.413.5513.1953.92
Hex99817A0101428ed36
Octal2312011720202450161566
Binary100110011000000111110100100001010010100011101101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99817A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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