#92756C

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

Shades of Hemp #92756C

Tints of Hemp #92756C

Color information

#92756C (or 0x92756C) is unknown color: approx Hemp. HEX triplet: 92, 75 and 6C. RGB value is (146,117,108). Sum of RGB (Red+Green+Blue) = 146+117+108=371 (49% of max value = 765). Red value is 146 (57.42% from 255 or 39.35% from 371); Green value is 117 (46.09% from 255 or 31.54% from 371); Blue value is 108 (42.58% from 255 or 29.11% from 371); Max value from RGB is 146 - color contains mainly: red. Hex color #92756C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #92756C is #6D8A93. Grayscale: #7C7C7C. Windows color (decimal): -7178900 or 7107986. OLE color: 7107986.

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

Color convert

RGB146117108-
CMYK00.200.260.43
HSL14.21º14.96%49.8%-
HSV(B)14.21º26.03%57.25%-
XYZ20.9219.9216.93-
YUV124.64118.61143.23-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 39.35%
GREEN value IS 117 (46.09% from 255) = 31.54%
BLUE value IS 108 (42.58% from 255) = 29.11%
R=39.35%
G=31.54%
B=29.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.26
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal14611710800.200.260.4314.2114.9649.8
Hex92756C0141A2Bef32
Octal2221651540243253161762
Binary10010010111010111011000101001101010101111101111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92756C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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