#95766A

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

Shades of Hemp #95766A

Tints of Hemp #95766A

Color information

#95766A (or 0x95766A) is unknown color: approx Hemp. HEX triplet: 95, 76 and 6A. RGB value is (149,118,106). Sum of RGB (Red+Green+Blue) = 149+118+106=373 (49% of max value = 765). Red value is 149 (58.59% from 255 or 39.95% from 373); Green value is 118 (46.48% from 255 or 31.64% from 373); Blue value is 106 (41.80% from 255 or 28.42% from 373); Max value from RGB is 149 - color contains mainly: red. Hex color #95766A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #95766A is #6A8995. Grayscale: #7D7D7D. Windows color (decimal): -6982038 or 6977173. OLE color: 6977173.

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

Color convert

RGB149118106-
CMYK00.210.290.42
HSL16.74º16.86%50%-
HSV(B)16.74º28.86%58.43%-
XYZ21.4720.3916.44-
YUV125.9116.77144.48-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 39.95%
GREEN value IS 118 (46.48% from 255) = 31.64%
BLUE value IS 106 (41.80% from 255) = 28.42%
R=39.95%
G=31.64%
B=28.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.29
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14911810600.210.290.4216.7416.8650
Hex95766A0151D2A111132
Octal2251661520253552212162
Binary1001010111101101101010010101111011010101000110001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95766A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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