#95776A

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

Shades of Hemp #95776A

Tints of Hemp #95776A

Color information

#95776A (or 0x95776A) is unknown color: approx Hemp. HEX triplet: 95, 77 and 6A. RGB value is (149,119,106). Sum of RGB (Red+Green+Blue) = 149+119+106=374 (49% of max value = 765). Red value is 149 (58.59% from 255 or 39.84% from 374); Green value is 119 (46.88% from 255 or 31.82% from 374); Blue value is 106 (41.80% from 255 or 28.34% from 374); Max value from RGB is 149 - color contains mainly: red. Hex color #95776A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #95776A is #6A8895. Grayscale: #7E7E7E. Windows color (decimal): -6981782 or 6977429. OLE color: 6977429.

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

Color convert

RGB149119106-
CMYK00.200.290.42
HSL18.14º16.86%50%-
HSV(B)18.14º28.86%58.43%-
XYZ21.5920.6216.48-
YUV126.49116.44144.06-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 39.84%
GREEN value IS 119 (46.88% from 255) = 31.82%
BLUE value IS 106 (41.80% from 255) = 28.34%
R=39.84%
G=31.82%
B=28.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.29
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14911910600.200.290.4218.1416.8650
Hex95776A0141D2A121132
Octal2251671520243552222162
Binary1001010111101111101010010100111011010101001010001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95776A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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