Html Css Color HEX #967C74 Hemp

📋 copy color: '#967C74'

red 150 ◦ green 124 ◦ blue 116

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

Shades of Hemp #967C74

Tints of Hemp #967C74

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 29.74%

R = 38.46%
G = 31.79%
B = 29.74%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.23

 K value IS 0.41

RGB Variations

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

Color information

#967C74 (or 0x967C74) is known color: Hemp. HEX triplet: 96, 7C and 74. RGB value is (150,124,116). Sum of RGB (Red+Green+Blue) = 150+124+116=390 (51% of max value = 765). Red value is 150 (58.98% from 255 or 38.46% from 390); Green value is 124 (48.83% from 255 or 31.79% from 390); Blue value is 116 (45.70% from 255 or 29.74% from 390); Max value from RGB is 150 - color contains mainly: red. Hex color #967C74 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #967C74 is #69838B. Grayscale: #828282. Windows color (decimal): -6914956 or 7634070. OLE color: 7634070.

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

Color convert

RGB 150 124 116 -
CMYK 0 0.17 0.23 0.41
HSL 14.12º 0.14% 0.52% -
HSV(B) 14.12º 0.23% 0.59% -
XYZ 22.94 22.16 19.59 -
YUV 130.86 119.61 141.65 -
System Red Green Blue C M Y K H S L
Decimal 150 124 116 0 0.17 0.23 0.41 14.12 0.14 0.52
Hex 96 7C 74 0 11 17 29 E E 34
Octal 226 174 164 0 21 27 51 16 16 64
Binary 10010110 1111100 1110100 0 10001 10111 101001 1110 1110 110100

Color Harmonies of #967C74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #967C74

Black with #967C74

Text Example


Text Example

White with #967C74

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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