#99827B

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

Shades of Hemp #99827B

Tints of Hemp #99827B

Color information

#99827B (or 0x99827B) is unknown color: approx Hemp. HEX triplet: 99, 82 and 7B. RGB value is (153,130,123). Sum of RGB (Red+Green+Blue) = 153+130+123=406 (53% of max value = 765). Red value is 153 (60.16% from 255 or 37.68% from 406); Green value is 130 (51.17% from 255 or 32.02% from 406); Blue value is 123 (48.44% from 255 or 30.30% from 406); Max value from RGB is 153 - color contains mainly: red. Hex color #99827B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #99827B is #667D84. Grayscale: #888888. Windows color (decimal): -6716805 or 8094361. OLE color: 8094361.

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

Color convert

RGB153130123-
CMYK00.150.200.4
HSL14º12.82%54.12%-
HSV(B)14º19.61%60%-
XYZ24.6924.1722.1-
YUV136.08120.62140.07-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 37.68%
GREEN value IS 130 (51.17% from 255) = 32.02%
BLUE value IS 123 (48.44% from 255) = 30.30%
R=37.68%
G=32.02%
B=30.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.20
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal15313012300.150.200.41412.8254.12
Hex99827B0F1428ed36
Octal2312021730172450161566
Binary10011001100000101111011011111010010100011101101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99827B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #99827B; }

 p { color: rgb(153,130,123); }

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

<style>
 a { background-color: #99827B; }

 a { background-color: rgb(153,130,123); }

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

<style>
 span { border-color: #99827B; }

 span { border-color: rgb(153,130,123); }

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