Html Css Color HEX #967C6E Hemp

📋 copy color: '#967C6E'

red 150 ◦ green 124 ◦ blue 110

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

Shades of Hemp #967C6E

Tints of Hemp #967C6E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 28.65%

R = 39.06%
G = 32.29%
B = 28.65%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.27

 K value IS 0.41

RGB Variations

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

Color information

#967C6E (or 0x967C6E) is known color: Hemp. HEX triplet: 96, 7C and 6E. RGB value is (150,124,110). Sum of RGB (Red+Green+Blue) = 150+124+110=384 (50% of max value = 765). Red value is 150 (58.98% from 255 or 39.06% from 384); Green value is 124 (48.83% from 255 or 32.29% from 384); Blue value is 110 (43.36% from 255 or 28.65% from 384); Max value from RGB is 150 - color contains mainly: red. Hex color #967C6E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #967C6E is #698391. Grayscale: #828282. Windows color (decimal): -6914962 or 7240854. OLE color: 7240854.

HSL color Cylindrical-coordinate representation of color #967C6E: hue angle of 21º 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 #967C6E is Cyan = 0, Magento = 0.17, Yellow = 0.27 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 124 110 -
CMYK 0 0.17 0.27 0.41
HSL 21º 0.16% 0.51% -
HSV(B) 21º 0.27% 0.59% -
XYZ 22.6 22.03 17.81 -
YUV 130.18 116.61 142.14 -
System Red Green Blue C M Y K H S L
Decimal 150 124 110 0 0.17 0.27 0.41 21 0.16 0.51
Hex 96 7C 6E 0 11 1B 29 15 10 33
Octal 226 174 156 0 21 33 51 25 20 63
Binary 10010110 1111100 1101110 0 10001 11011 101001 10101 10000 110011

Color Harmonies of #967C6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #967C6E

Black with #967C6E

Text Example


Text Example

White with #967C6E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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