Html Css Color HEX #967C6F Hemp

📋 copy color: '#967C6F'

red 150 ◦ green 124 ◦ blue 111

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

Shades of Hemp #967C6F

Tints of Hemp #967C6F

RGB

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

 GREEN value IS 124 (48.83% from 255) = 32.21%

 BLUE value IS 111 (43.75% from 255) = 28.83%

R = 38.96%
G = 32.21%
B = 28.83%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.26

 K value IS 0.41

RGB Variations

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

Color information

#967C6F (or 0x967C6F) is known color: Hemp. HEX triplet: 96, 7C and 6F. RGB value is (150,124,111). Sum of RGB (Red+Green+Blue) = 150+124+111=385 (50% of max value = 765). Red value is 150 (58.98% from 255 or 38.96% from 385); Green value is 124 (48.83% from 255 or 32.21% from 385); Blue value is 111 (43.75% from 255 or 28.83% from 385); Max value from RGB is 150 - color contains mainly: red. Hex color #967C6F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #967C6F is #698390. Grayscale: #828282. Windows color (decimal): -6914961 or 7306390. OLE color: 7306390.

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

Color convert

RGB 150 124 111 -
CMYK 0 0.17 0.26 0.41
HSL 20º 0.16% 0.51% -
HSV(B) 20º 0.26% 0.59% -
XYZ 22.65 22.05 18.1 -
YUV 130.29 117.11 142.06 -
System Red Green Blue C M Y K H S L
Decimal 150 124 111 0 0.17 0.26 0.41 20 0.16 0.51
Hex 96 7C 6F 0 11 1A 29 14 10 33
Octal 226 174 157 0 21 32 51 24 20 63
Binary 10010110 1111100 1101111 0 10001 11010 101001 10100 10000 110011

Color Harmonies of #967C6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #967C6F

Black with #967C6F

Text Example


Text Example

White with #967C6F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,124,111); }

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

background-color css

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

 a { background-color: rgb(150,124,111); }

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

border-color css

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

 span { border-color: rgb(150,124,111); }

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