#997868

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

Shades of Hemp #997868

Tints of Hemp #997868

Color information

#997868 (or 0x997868) is unknown color: approx Hemp. HEX triplet: 99, 78 and 68. RGB value is (153,120,104). Sum of RGB (Red+Green+Blue) = 153+120+104=377 (49% of max value = 765). Red value is 153 (60.16% from 255 or 40.58% from 377); Green value is 120 (47.27% from 255 or 31.83% from 377); Blue value is 104 (41.02% from 255 or 27.59% from 377); Max value from RGB is 153 - color contains mainly: red. Hex color #997868 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #997868 is #668797. Grayscale: #808080. Windows color (decimal): -6719384 or 6846617. OLE color: 6846617.

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

Color convert

RGB153120104-
CMYK00.220.320.4
HSL19.59º19.37%50.39%-
HSV(B)19.59º32.03%60%-
XYZ22.3521.216.01-
YUV128.04114.43145.8-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 40.58%
GREEN value IS 120 (47.27% from 255) = 31.83%
BLUE value IS 104 (41.02% from 255) = 27.59%
R=40.58%
G=31.83%
B=27.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.32
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal15312010400.220.320.419.5919.3750.39
Hex9978680162028141332
Octal2311701500264050242362
Binary10011001111100011010000101101000001010001010010011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #997868

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #997868; }

 p { color: rgb(153,120,104); }

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

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

 a { background-color: rgb(153,120,104); }

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

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

 span { border-color: rgb(153,120,104); }

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