#987969

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

Shades of Hemp #987969

Tints of Hemp #987969

Color information

#987969 (or 0x987969) is unknown color: approx Hemp. HEX triplet: 98, 79 and 69. RGB value is (152,121,105). Sum of RGB (Red+Green+Blue) = 152+121+105=378 (50% of max value = 765). Red value is 152 (59.77% from 255 or 40.21% from 378); Green value is 121 (47.66% from 255 or 32.01% from 378); Blue value is 105 (41.41% from 255 or 27.78% from 378); Max value from RGB is 152 - color contains mainly: red. Hex color #987969 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #987969 is #678696. Grayscale: #808080. Windows color (decimal): -6784663 or 6912408. OLE color: 6912408.

HSL color Cylindrical-coordinate representation of color #987969: hue angle of 20.43º degrees, saturation: 0.19, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #987969 is Cyan = 0, Magento = 0.20, Yellow = 0.31 and Black (K on CMYK) = 0.40.

Color convert

RGB152121105-
CMYK00.200.310.40
HSL20.43º18.58%50.39%-
HSV(B)20.43º30.92%59.61%-
XYZ22.3421.3716.31-
YUV128.44114.77144.8-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 40.21%
GREEN value IS 121 (47.66% from 255) = 32.01%
BLUE value IS 105 (41.41% from 255) = 27.78%
R=40.21%
G=32.01%
B=27.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.31
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal15212110500.200.310.4020.4318.5850.39
Hex9879690141F28141332
Octal2301711510243750242362
Binary1001100011110011101001010100111111010001010010011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #987969

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #987969; }

 p { color: rgb(152,121,105); }

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

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

 a { background-color: rgb(152,121,105); }

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

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

 span { border-color: rgb(152,121,105); }

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