Html Css Color HEX #967969 Hemp

📋 copy color: '#967969'

red 150 ◦ green 121 ◦ blue 105

#967969
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Hemp #967969

Tints of Hemp #967969

RGB

 RED value IS 150 (58.98% from 255) = 39.89%

 GREEN value IS 121 (47.66% from 255) = 32.18%

 BLUE value IS 105 (41.41% from 255) = 27.93%

R = 39.89%
G = 32.18%
B = 27.93%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.30

 K value IS 0.41

RGB Variations

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

Color information

#967969 (or 0x967969) is known color: Hemp. HEX triplet: 96, 79 and 69. RGB value is (150,121,105). Sum of RGB (Red+Green+Blue) = 150+121+105=376 (49% of max value = 765). Red value is 150 (58.98% from 255 or 39.89% from 376); Green value is 121 (47.66% from 255 or 32.18% from 376); Blue value is 105 (41.41% from 255 or 27.93% from 376); Max value from RGB is 150 - color contains mainly: red. Hex color #967969 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #967969 is #698696. Grayscale: #7F7F7F. Windows color (decimal): -6915735 or 6912406. OLE color: 6912406.

HSL color Cylindrical-coordinate representation of color #967969: hue angle of 21.33º degrees, saturation: 0.18, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #967969 is Cyan = 0, Magento = 0.19, Yellow = 0.30 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 121 105 -
CMYK 0 0.19 0.30 0.41
HSL 21.33º 0.18% 0.5% -
HSV(B) 21.33º 0.3% 0.59% -
XYZ 21.96 21.18 16.29 -
YUV 127.85 115.11 143.8 -
System Red Green Blue C M Y K H S L
Decimal 150 121 105 0 0.19 0.30 0.41 21.33 0.18 0.5
Hex 96 79 69 0 13 1E 29 15 12 32
Octal 226 171 151 0 23 36 51 25 22 62
Binary 10010110 1111001 1101001 0 10011 11110 101001 10101 10010 110010

Color Harmonies of #967969

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #967969

Black with #967969

Text Example


Text Example

White with #967969

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #967969; }

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

 H1.HeaderClassName
 {
   color: #967969;
 }
 .AnyTagClassName
 {
   color: #967969;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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