Html Css Color HEX #967769 Hemp

📋 copy color: '#967769'

red 150 ◦ green 119 ◦ blue 105

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

Shades of Hemp #967769

Tints of Hemp #967769

RGB

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

 GREEN value IS 119 (46.88% from 255) = 31.82%

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

R = 40.11%
G = 31.82%
B = 28.07%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.30

 K value IS 0.41

RGB Variations

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

Color information

#967769 (or 0x967769) is known color: Hemp. HEX triplet: 96, 77 and 69. RGB value is (150,119,105). Sum of RGB (Red+Green+Blue) = 150+119+105=374 (49% of max value = 765). Red value is 150 (58.98% from 255 or 40.11% from 374); Green value is 119 (46.88% from 255 or 31.82% from 374); Blue value is 105 (41.41% from 255 or 28.07% from 374); Max value from RGB is 150 - color contains mainly: red. Hex color #967769 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #967769 is #698896. Grayscale: #7E7E7E. Windows color (decimal): -6916247 or 6911894. OLE color: 6911894.

HSL color Cylindrical-coordinate representation of color #967769: hue angle of 18.67º 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 #967769 is Cyan = 0, Magento = 0.21, Yellow = 0.30 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 119 105 -
CMYK 0 0.21 0.30 0.41
HSL 18.67º 0.18% 0.5% -
HSV(B) 18.67º 0.3% 0.59% -
XYZ 21.72 20.7 16.21 -
YUV 126.67 115.77 144.64 -
System Red Green Blue C M Y K H S L
Decimal 150 119 105 0 0.21 0.30 0.41 18.67 0.18 0.5
Hex 96 77 69 0 15 1E 29 13 12 32
Octal 226 167 151 0 25 36 51 23 22 62
Binary 10010110 1110111 1101001 0 10101 11110 101001 10011 10010 110010

Color Harmonies of #967769

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #967769

Black with #967769

Text Example


Text Example

White with #967769

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #967769; }

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

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

background-color css

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

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

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

border-color css

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

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

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