#958076

Color #958076 Hemp (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Hemp #958076

Tints of Hemp #958076

Color information

#958076 (or 0x958076) is unknown color: approx 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

RGB149128118-
CMYK00.140.210.42
HSL19.35º12.76%52.35%-
HSV(B)19.35º20.81%58.43%-
XYZ23.3823.1420.37-
YUV133.14119.46139.31-

RGB Variations

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

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 (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.21
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14912811800.140.210.4219.3512.7652.35
Hex9580760E152A13d34
Octal2252001660162552231564
Binary100101011000000011101100111010101101010100111101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #958076

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>