#92766B

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

Shades of Hemp #92766B

Tints of Hemp #92766B

Color information

#92766B (or 0x92766B) is unknown color: approx Hemp. HEX triplet: 92, 76 and 6B. RGB value is (146,118,107). Sum of RGB (Red+Green+Blue) = 146+118+107=371 (49% of max value = 765). Red value is 146 (57.42% from 255 or 39.35% from 371); Green value is 118 (46.48% from 255 or 31.81% from 371); Blue value is 107 (42.19% from 255 or 28.84% from 371); Max value from RGB is 146 - color contains mainly: red. Hex color #92766B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #92766B is #6D8994. Grayscale: #7D7D7D. Windows color (decimal): -7178645 or 7042706. OLE color: 7042706.

HSL color Cylindrical-coordinate representation of color #92766B: hue angle of 16.92º degrees, saturation: 0.15, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #92766B is Cyan = 0, Magento = 0.19, Yellow = 0.27 and Black (K on CMYK) = 0.43.

Color convert

RGB146118107-
CMYK00.190.270.43
HSL16.92º15.42%49.61%-
HSV(B)16.92º26.71%57.25%-
XYZ20.9920.1316.69-
YUV125.12117.78142.89-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 39.35%
GREEN value IS 118 (46.48% from 255) = 31.81%
BLUE value IS 107 (42.19% from 255) = 28.84%
R=39.35%
G=31.81%
B=28.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.27
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal14611810700.190.270.4316.9215.4249.61
Hex92766B0131B2B11f32
Octal2221661530233353211762
Binary100100101110110110101101001111011101011100011111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92766B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #92766B; }

 p { color: rgb(146,118,107); }

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

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

 a { background-color: rgb(146,118,107); }

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

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

 span { border-color: rgb(146,118,107); }

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