#95776D

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

Shades of Hemp #95776D

Tints of Hemp #95776D

Color information

#95776D (or 0x95776D) is unknown color: approx Hemp. HEX triplet: 95, 77 and 6D. RGB value is (149,119,109). Sum of RGB (Red+Green+Blue) = 149+119+109=377 (49% of max value = 765). Red value is 149 (58.59% from 255 or 39.52% from 377); Green value is 119 (46.88% from 255 or 31.56% from 377); Blue value is 109 (42.97% from 255 or 28.91% from 377); Max value from RGB is 149 - color contains mainly: red. Hex color #95776D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #95776D is #6A8892. Grayscale: #7E7E7E. Windows color (decimal): -6981779 or 7174037. OLE color: 7174037.

HSL color Cylindrical-coordinate representation of color #95776D: hue angle of 15º degrees, saturation: 0.16, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #95776D is Cyan = 0, Magento = 0.20, Yellow = 0.27 and Black (K on CMYK) = 0.42.

Color convert

RGB149119109-
CMYK00.200.270.42
HSL15º15.87%50.59%-
HSV(B)15º26.85%58.43%-
XYZ21.7520.6917.31-
YUV126.83117.94143.81-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 39.52%
GREEN value IS 119 (46.88% from 255) = 31.56%
BLUE value IS 109 (42.97% from 255) = 28.91%
R=39.52%
G=31.56%
B=28.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.27
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14911910900.200.270.421515.8750.59
Hex95776D0141B2Af1033
Octal2251671550243352172063
Binary100101011110111110110101010011011101010111110000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95776D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #95776D; }

 p { color: rgb(149,119,109); }

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

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

 a { background-color: rgb(149,119,109); }

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

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

 span { border-color: rgb(149,119,109); }

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