#997969

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

Shades of Hemp #997969

Tints of Hemp #997969

Color information

#997969 (or 0x997969) is unknown color: approx Hemp. HEX triplet: 99, 79 and 69. RGB value is (153,121,105). Sum of RGB (Red+Green+Blue) = 153+121+105=379 (50% of max value = 765). Red value is 153 (60.16% from 255 or 40.37% from 379); Green value is 121 (47.66% from 255 or 31.93% from 379); Blue value is 105 (41.41% from 255 or 27.70% from 379); Max value from RGB is 153 - color contains mainly: red. Hex color #997969 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #997969 is #668696. Grayscale: #808080. Windows color (decimal): -6719127 or 6912409. OLE color: 6912409.

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

Color convert

RGB153121105-
CMYK00.210.310.4
HSL20º19.05%50.59%-
HSV(B)20º31.37%60%-
XYZ22.5221.4716.32-
YUV128.74114.6145.3-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 40.37%
GREEN value IS 121 (47.66% from 255) = 31.93%
BLUE value IS 105 (41.41% from 255) = 27.70%
R=40.37%
G=31.93%
B=27.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.31
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal15312110500.210.310.42019.0550.59
Hex9979690151F28141333
Octal2311711510253750242363
Binary1001100111110011101001010101111111010001010010011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #997969

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #997969; }

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

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

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

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

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

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

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

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