#958075

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

Shades of Hemp #958075

Tints of Hemp #958075

Color information

#958075 (or 0x958075) is unknown color: approx Hemp. HEX triplet: 95, 80 and 75. RGB value is (149,128,117). Sum of RGB (Red+Green+Blue) = 149+128+117=394 (52% of max value = 765). Red value is 149 (58.59% from 255 or 37.82% from 394); Green value is 128 (50.39% from 255 or 32.49% from 394); Blue value is 117 (46.09% from 255 or 29.70% from 394); Max value from RGB is 149 - color contains mainly: red. Hex color #958075 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #958075 is #6A7F8A. Grayscale: #858585. Windows color (decimal): -6979467 or 7700629. OLE color: 7700629.

HSL color Cylindrical-coordinate representation of color #958075: hue angle of 20.63º 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 #958075 is Cyan = 0, Magento = 0.14, Yellow = 0.21 and Black (K on CMYK) = 0.42.

Color convert

RGB149128117-
CMYK00.140.210.42
HSL20.63º13.11%52.16%-
HSV(B)20.63º21.48%58.43%-
XYZ23.3223.1120.06-
YUV133.02118.96139.39-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 37.82%
GREEN value IS 128 (50.39% from 255) = 32.49%
BLUE value IS 117 (46.09% from 255) = 29.70%
R=37.82%
G=32.49%
B=29.70%

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
Decimal14912811700.140.210.4220.6313.1152.16
Hex9580750E152A15d34
Octal2252001650162552251564
Binary100101011000000011101010111010101101010101011101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #958075

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #958075; }

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

 H1.HeaderClassName
 {
   color: #958075;
 }
 .AnyTagClassName
 {
   color: #958075;
 }
</style>
background-color css

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

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

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

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

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

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