#92746A

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

Shades of Hemp #92746A

Tints of Hemp #92746A

Color information

#92746A (or 0x92746A) is unknown color: approx Hemp. HEX triplet: 92, 74 and 6A. RGB value is (146,116,106). Sum of RGB (Red+Green+Blue) = 146+116+106=368 (48% of max value = 765). Red value is 146 (57.42% from 255 or 39.67% from 368); Green value is 116 (45.70% from 255 or 31.52% from 368); Blue value is 106 (41.80% from 255 or 28.80% from 368); Max value from RGB is 146 - color contains mainly: red. Hex color #92746A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #92746A is #6D8B95. Grayscale: #7B7B7B. Windows color (decimal): -7179158 or 6976658. OLE color: 6976658.

HSL color Cylindrical-coordinate representation of color #92746A: hue angle of 15º degrees, saturation: 0.16, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #92746A is Cyan = 0, Magento = 0.21, Yellow = 0.27 and Black (K on CMYK) = 0.43.

Color convert

RGB146116106-
CMYK00.210.270.43
HSL15º15.87%49.41%-
HSV(B)15º27.4%57.25%-
XYZ20.719.6416.34-
YUV123.83117.94143.81-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 39.67%
GREEN value IS 116 (45.70% from 255) = 31.52%
BLUE value IS 106 (41.80% from 255) = 28.80%
R=39.67%
G=31.52%
B=28.80%

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
Decimal14611610600.210.270.431515.8749.41
Hex92746A0151B2Bf1031
Octal2221641520253353172061
Binary100100101110100110101001010111011101011111110000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92746A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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