Html Css Color HEX #967974 Hemp

📋 copy color: '#967974'

red 150 ◦ green 121 ◦ blue 116

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

Shades of Hemp #967974

Tints of Hemp #967974

RGB

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

 GREEN value IS 121 (47.66% from 255) = 31.27%

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

R = 38.76%
G = 31.27%
B = 29.97%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.23

 K value IS 0.41

RGB Variations

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

Color information

#967974 (or 0x967974) is known color: Hemp. HEX triplet: 96, 79 and 74. RGB value is (150,121,116). Sum of RGB (Red+Green+Blue) = 150+121+116=387 (51% of max value = 765). Red value is 150 (58.98% from 255 or 38.76% from 387); Green value is 121 (47.66% from 255 or 31.27% from 387); Blue value is 116 (45.70% from 255 or 29.97% from 387); Max value from RGB is 150 - color contains mainly: red. Hex color #967974 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #967974 is #69868B. Grayscale: #818181. Windows color (decimal): -6915724 or 7633302. OLE color: 7633302.

HSL color Cylindrical-coordinate representation of color #967974: hue angle of 8.82º 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 #967974 is Cyan = 0, Magento = 0.19, Yellow = 0.23 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 121 116 -
CMYK 0 0.19 0.23 0.41
HSL 8.82º 0.14% 0.52% -
HSV(B) 8.82º 0.23% 0.59% -
XYZ 22.57 21.42 19.47 -
YUV 129.1 120.61 142.91 -
System Red Green Blue C M Y K H S L
Decimal 150 121 116 0 0.19 0.23 0.41 8.82 0.14 0.52
Hex 96 79 74 0 13 17 29 9 E 34
Octal 226 171 164 0 23 27 51 11 16 64
Binary 10010110 1111001 1110100 0 10011 10111 101001 1001 1110 110100

Color Harmonies of #967974

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #967974

Black with #967974

Text Example


Text Example

White with #967974

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #967974; }

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

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

background-color css

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

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

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

border-color css

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

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

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