Html Css Color HEX #967B75 Hemp

📋 copy color: '#967B75'

red 150 ◦ green 123 ◦ blue 117

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

Shades of Hemp #967B75

Tints of Hemp #967B75

RGB

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

 GREEN value IS 123 (48.44% from 255) = 31.54%

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

R = 38.46%
G = 31.54%
B = 30%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.22

 K value IS 0.41

RGB Variations

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

Color information

#967B75 (or 0x967B75) is known color: Hemp. HEX triplet: 96, 7B and 75. RGB value is (150,123,117). Sum of RGB (Red+Green+Blue) = 150+123+117=390 (51% of max value = 765). Red value is 150 (58.98% from 255 or 38.46% from 390); Green value is 123 (48.44% from 255 or 31.54% from 390); Blue value is 117 (46.09% from 255 or 30% from 390); Max value from RGB is 150 - color contains mainly: red. Hex color #967B75 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #967B75 is #69848A. Grayscale: #828282. Windows color (decimal): -6915211 or 7699350. OLE color: 7699350.

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

Color convert

RGB 150 123 117 -
CMYK 0 0.18 0.22 0.41
HSL 10.91º 0.14% 0.52% -
HSV(B) 10.91º 0.22% 0.59% -
XYZ 22.87 21.93 19.86 -
YUV 130.39 120.45 141.99 -
System Red Green Blue C M Y K H S L
Decimal 150 123 117 0 0.18 0.22 0.41 10.91 0.14 0.52
Hex 96 7B 75 0 12 16 29 B E 34
Octal 226 173 165 0 22 26 51 13 16 64
Binary 10010110 1111011 1110101 0 10010 10110 101001 1011 1110 110100

Color Harmonies of #967B75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #967B75

Black with #967B75

Text Example


Text Example

White with #967B75

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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