Html Css Color HEX #967C6C Hemp

📋 copy color: '#967C6C'

red 150 ◦ green 124 ◦ blue 108

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

Shades of Hemp #967C6C

Tints of Hemp #967C6C

RGB

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

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

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

R = 39.27%
G = 32.46%
B = 28.27%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.28

 K value IS 0.41

RGB Variations

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

Color information

#967C6C (or 0x967C6C) is known color: Hemp. HEX triplet: 96, 7C and 6C. RGB value is (150,124,108). Sum of RGB (Red+Green+Blue) = 150+124+108=382 (50% of max value = 765). Red value is 150 (58.98% from 255 or 39.27% from 382); Green value is 124 (48.83% from 255 or 32.46% from 382); Blue value is 108 (42.58% from 255 or 28.27% from 382); Max value from RGB is 150 - color contains mainly: red. Hex color #967C6C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #967C6C is #698393. Grayscale: #828282. Windows color (decimal): -6914964 or 7109782. OLE color: 7109782.

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

Color convert

RGB 150 124 108 -
CMYK 0 0.17 0.28 0.41
HSL 22.86º 0.17% 0.51% -
HSV(B) 22.86º 0.28% 0.59% -
XYZ 22.49 21.98 17.24 -
YUV 129.95 115.61 142.3 -
System Red Green Blue C M Y K H S L
Decimal 150 124 108 0 0.17 0.28 0.41 22.86 0.17 0.51
Hex 96 7C 6C 0 11 1C 29 17 11 33
Octal 226 174 154 0 21 34 51 27 21 63
Binary 10010110 1111100 1101100 0 10001 11100 101001 10111 10001 110011

Color Harmonies of #967C6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #967C6C

Black with #967C6C

Text Example


Text Example

White with #967C6C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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