Html Css Color HEX #967A6D Hemp

📋 copy color: '#967A6D'

red 150 ◦ green 122 ◦ blue 109

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

Shades of Hemp #967A6D

Tints of Hemp #967A6D

RGB

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

 GREEN value IS 122 (48.05% from 255) = 32.02%

 BLUE value IS 109 (42.97% from 255) = 28.61%

R = 39.37%
G = 32.02%
B = 28.61%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.27

 K value IS 0.41

RGB Variations

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

Color information

#967A6D (or 0x967A6D) is known color: Hemp. HEX triplet: 96, 7A and 6D. RGB value is (150,122,109). Sum of RGB (Red+Green+Blue) = 150+122+109=381 (50% of max value = 765). Red value is 150 (58.98% from 255 or 39.37% from 381); Green value is 122 (48.05% from 255 or 32.02% from 381); Blue value is 109 (42.97% from 255 or 28.61% from 381); Max value from RGB is 150 - color contains mainly: red. Hex color #967A6D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #967A6D is #698592. Grayscale: #808080. Windows color (decimal): -6915475 or 7174806. OLE color: 7174806.

HSL color Cylindrical-coordinate representation of color #967A6D: hue angle of 19.02º degrees, saturation: 0.16, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #967A6D is Cyan = 0, Magento = 0.19, Yellow = 0.27 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 122 109 -
CMYK 0 0.19 0.27 0.41
HSL 19.02º 0.16% 0.51% -
HSV(B) 19.02º 0.27% 0.59% -
XYZ 22.3 21.51 17.44 -
YUV 128.89 116.78 143.06 -
System Red Green Blue C M Y K H S L
Decimal 150 122 109 0 0.19 0.27 0.41 19.02 0.16 0.51
Hex 96 7A 6D 0 13 1B 29 13 10 33
Octal 226 172 155 0 23 33 51 23 20 63
Binary 10010110 1111010 1101101 0 10011 11011 101001 10011 10000 110011

Color Harmonies of #967A6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #967A6D

Black with #967A6D

Text Example


Text Example

White with #967A6D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #967A6D; }

 p { color: rgb(150,122,109); }

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

background-color css

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

 a { background-color: rgb(150,122,109); }

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

border-color css

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

 span { border-color: rgb(150,122,109); }

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