#98776E

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

Shades of Hemp #98776E

Tints of Hemp #98776E

Color information

#98776E (or 0x98776E) is unknown color: approx Hemp. HEX triplet: 98, 77 and 6E. RGB value is (152,119,110). Sum of RGB (Red+Green+Blue) = 152+119+110=381 (50% of max value = 765). Red value is 152 (59.77% from 255 or 39.90% from 381); Green value is 119 (46.88% from 255 or 31.23% from 381); Blue value is 110 (43.36% from 255 or 28.87% from 381); Max value from RGB is 152 - color contains mainly: red. Hex color #98776E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #98776E is #678891. Grayscale: #7F7F7F. Windows color (decimal): -6785170 or 7239576. OLE color: 7239576.

HSL color Cylindrical-coordinate representation of color #98776E: hue angle of 12.86º degrees, saturation: 0.17, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #98776E is Cyan = 0, Magento = 0.22, Yellow = 0.28 and Black (K on CMYK) = 0.40.

Color convert

RGB152119110-
CMYK00.220.280.40
HSL12.86º16.94%51.37%-
HSV(B)12.86º27.63%59.61%-
XYZ22.3620.9917.63-
YUV127.84117.93145.23-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 39.90%
GREEN value IS 119 (46.88% from 255) = 31.23%
BLUE value IS 110 (43.36% from 255) = 28.87%
R=39.90%
G=31.23%
B=28.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.28
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal15211911000.220.280.4012.8616.9451.37
Hex98776E0161C28d1133
Octal2301671560263450152163
Binary100110001110111110111001011011100101000110110001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98776E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(152,119,110); }

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

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

 a { background-color: rgb(152,119,110); }

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

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

 span { border-color: rgb(152,119,110); }

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