#92756D

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

Shades of Hemp #92756D

Tints of Hemp #92756D

Color information

#92756D (or 0x92756D) is unknown color: approx Hemp. HEX triplet: 92, 75 and 6D. RGB value is (146,117,109). Sum of RGB (Red+Green+Blue) = 146+117+109=372 (49% of max value = 765). Red value is 146 (57.42% from 255 or 39.25% from 372); Green value is 117 (46.09% from 255 or 31.45% from 372); Blue value is 109 (42.97% from 255 or 29.30% from 372); Max value from RGB is 146 - color contains mainly: red. Hex color #92756D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #92756D is #6D8A92. Grayscale: #7C7C7C. Windows color (decimal): -7178899 or 7173522. OLE color: 7173522.

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

Color convert

RGB146117109-
CMYK00.200.250.43
HSL12.97º14.51%50%-
HSV(B)12.97º25.34%57.25%-
XYZ20.9819.9417.21-
YUV124.76119.11143.15-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 39.25%
GREEN value IS 117 (46.09% from 255) = 31.45%
BLUE value IS 109 (42.97% from 255) = 29.30%
R=39.25%
G=31.45%
B=29.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.25
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal14611710900.200.250.4312.9714.5150
Hex92756D014192Bdf32
Octal2221651550243153151762
Binary10010010111010111011010101001100110101111011111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92756D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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