Html Css Color HEX #967A6C Hemp

📋 copy color: '#967A6C'

red 150 ◦ green 122 ◦ blue 108

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

Shades of Hemp #967A6C

Tints of Hemp #967A6C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 28.42%

R = 39.47%
G = 32.11%
B = 28.42%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.28

 K value IS 0.41

RGB Variations

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

Color information

#967A6C (or 0x967A6C) is known color: Hemp. HEX triplet: 96, 7A and 6C. RGB value is (150,122,108). Sum of RGB (Red+Green+Blue) = 150+122+108=380 (50% of max value = 765). Red value is 150 (58.98% from 255 or 39.47% from 380); Green value is 122 (48.05% from 255 or 32.11% from 380); Blue value is 108 (42.58% from 255 or 28.42% from 380); Max value from RGB is 150 - color contains mainly: red. Hex color #967A6C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #967A6C is #698593. Grayscale: #808080. Windows color (decimal): -6915476 or 7109270. OLE color: 7109270.

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

Color convert

RGB 150 122 108 -
CMYK 0 0.19 0.28 0.41
HSL 20º 0.17% 0.51% -
HSV(B) 20º 0.28% 0.59% -
XYZ 22.24 21.49 17.16 -
YUV 128.78 116.28 143.14 -
System Red Green Blue C M Y K H S L
Decimal 150 122 108 0 0.19 0.28 0.41 20 0.17 0.51
Hex 96 7A 6C 0 13 1C 29 14 11 33
Octal 226 172 154 0 23 34 51 24 21 63
Binary 10010110 1111010 1101100 0 10011 11100 101001 10100 10001 110011

Color Harmonies of #967A6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #967A6C

Black with #967A6C

Text Example


Text Example

White with #967A6C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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