#92746B

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

Shades of Hemp #92746B

Tints of Hemp #92746B

Color information

#92746B (or 0x92746B) is unknown color: approx Hemp. HEX triplet: 92, 74 and 6B. RGB value is (146,116,107). Sum of RGB (Red+Green+Blue) = 146+116+107=369 (48% of max value = 765). Red value is 146 (57.42% from 255 or 39.57% from 369); Green value is 116 (45.70% from 255 or 31.44% from 369); Blue value is 107 (42.19% from 255 or 29.00% from 369); Max value from RGB is 146 - color contains mainly: red. Hex color #92746B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #92746B is #6D8B94. Grayscale: #7C7C7C. Windows color (decimal): -7179157 or 7042194. OLE color: 7042194.

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

Color convert

RGB146116107-
CMYK00.210.270.43
HSL13.85º15.42%49.61%-
HSV(B)13.85º26.71%57.25%-
XYZ20.7519.6616.61-
YUV123.94118.44143.73-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 39.57%
GREEN value IS 116 (45.70% from 255) = 31.44%
BLUE value IS 107 (42.19% from 255) = 29.00%
R=39.57%
G=31.44%
B=29.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.27
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal14611610700.210.270.4313.8515.4249.61
Hex92746B0151B2Bef32
Octal2221641530253353161762
Binary10010010111010011010110101011101110101111101111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92746B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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