#92756B

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

Shades of Hemp #92756B

Tints of Hemp #92756B

Color information

#92756B (or 0x92756B) is unknown color: approx Hemp. HEX triplet: 92, 75 and 6B. RGB value is (146,117,107). Sum of RGB (Red+Green+Blue) = 146+117+107=370 (49% of max value = 765). Red value is 146 (57.42% from 255 or 39.46% from 370); Green value is 117 (46.09% from 255 or 31.62% from 370); Blue value is 107 (42.19% from 255 or 28.92% from 370); Max value from RGB is 146 - color contains mainly: red. Hex color #92756B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #92756B is #6D8A94. Grayscale: #7C7C7C. Windows color (decimal): -7178901 or 7042450. OLE color: 7042450.

HSL color Cylindrical-coordinate representation of color #92756B: hue angle of 15.38º 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 #92756B is Cyan = 0, Magento = 0.20, Yellow = 0.27 and Black (K on CMYK) = 0.43.

Color convert

RGB146117107-
CMYK00.200.270.43
HSL15.38º15.42%49.61%-
HSV(B)15.38º26.71%57.25%-
XYZ20.8719.916.65-
YUV124.53118.11143.31-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 39.46%
GREEN value IS 117 (46.09% from 255) = 31.62%
BLUE value IS 107 (42.19% from 255) = 28.92%
R=39.46%
G=31.62%
B=28.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.27
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal14611710700.200.270.4315.3815.4249.61
Hex92756B0141B2Bff32
Octal2221651530243353171762
Binary10010010111010111010110101001101110101111111111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92756B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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