Html Css Color HEX #967C75 Hemp

📋 copy color: '#967C75'

red 150 ◦ green 124 ◦ blue 117

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

Shades of Hemp #967C75

Tints of Hemp #967C75

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 29.92%

R = 38.36%
G = 31.71%
B = 29.92%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.22

 K value IS 0.41

RGB Variations

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

Color information

#967C75 (or 0x967C75) is known color: Hemp. HEX triplet: 96, 7C and 75. RGB value is (150,124,117). Sum of RGB (Red+Green+Blue) = 150+124+117=391 (51% of max value = 765). Red value is 150 (58.98% from 255 or 38.36% from 391); Green value is 124 (48.83% from 255 or 31.71% from 391); Blue value is 117 (46.09% from 255 or 29.92% from 391); Max value from RGB is 150 - color contains mainly: red. Hex color #967C75 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #967C75 is #69838A. Grayscale: #838383. Windows color (decimal): -6914955 or 7699606. OLE color: 7699606.

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

Color convert

RGB 150 124 117 -
CMYK 0 0.17 0.22 0.41
HSL 12.73º 0.14% 0.52% -
HSV(B) 12.73º 0.22% 0.59% -
XYZ 23 22.18 19.9 -
YUV 130.98 120.11 141.57 -
System Red Green Blue C M Y K H S L
Decimal 150 124 117 0 0.17 0.22 0.41 12.73 0.14 0.52
Hex 96 7C 75 0 11 16 29 D E 34
Octal 226 174 165 0 21 26 51 15 16 64
Binary 10010110 1111100 1110101 0 10001 10110 101001 1101 1110 110100

Color Harmonies of #967C75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #967C75

Black with #967C75

Text Example


Text Example

White with #967C75

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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