Html Css Color HEX #958076 Hemp

📋 copy color: '#958076'

red 149 ◦ green 128 ◦ blue 118

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

Shades of Hemp #958076

Tints of Hemp #958076

RGB

 RED value IS 149 (58.59% from 255) = 37.72%

 GREEN value IS 128 (50.39% from 255) = 32.41%

 BLUE value IS 118 (46.48% from 255) = 29.87%

R = 37.72%
G = 32.41%
B = 29.87%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.21

 K value IS 0.42

RGB Variations

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

Color information

#958076 (or 0x958076) is known color: Hemp. HEX triplet: 95, 80 and 76. RGB value is (149,128,118). Sum of RGB (Red+Green+Blue) = 149+128+118=395 (52% of max value = 765). Red value is 149 (58.59% from 255 or 37.72% from 395); Green value is 128 (50.39% from 255 or 32.41% from 395); Blue value is 118 (46.48% from 255 or 29.87% from 395); Max value from RGB is 149 - color contains mainly: red. Hex color #958076 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #958076 is #6A7F89. Grayscale: #858585. Windows color (decimal): -6979466 or 7766165. OLE color: 7766165.

HSL color Cylindrical-coordinate representation of color #958076: hue angle of 19.35º degrees, saturation: 0.13, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #958076 is Cyan = 0, Magento = 0.14, Yellow = 0.21 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 128 118 -
CMYK 0 0.14 0.21 0.42
HSL 19.35º 0.13% 0.52% -
HSV(B) 19.35º 0.21% 0.58% -
XYZ 23.38 23.14 20.37 -
YUV 133.14 119.46 139.31 -
System Red Green Blue C M Y K H S L
Decimal 149 128 118 0 0.14 0.21 0.42 19.35 0.13 0.52
Hex 95 80 76 0 E 15 2A 13 D 34
Octal 225 200 166 0 16 25 52 23 15 64
Binary 10010101 10000000 1110110 0 1110 10101 101010 10011 1101 110100

Color Harmonies of #958076

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #958076

Black with #958076

Text Example


Text Example

White with #958076

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #958076; }

 p { color: rgb(149,128,118); }

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

background-color css

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

 a { background-color: rgb(149,128,118); }

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

border-color css

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

 span { border-color: rgb(149,128,118); }

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