#92756E

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

Shades of Hemp #92756E

Tints of Hemp #92756E

Color information

#92756E (or 0x92756E) is unknown color: approx Hemp. HEX triplet: 92, 75 and 6E. RGB value is (146,117,110). Sum of RGB (Red+Green+Blue) = 146+117+110=373 (49% of max value = 765). Red value is 146 (57.42% from 255 or 39.14% from 373); Green value is 117 (46.09% from 255 or 31.37% from 373); Blue value is 110 (43.36% from 255 or 29.49% from 373); Max value from RGB is 146 - color contains mainly: red. Hex color #92756E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #92756E is #6D8A91. Grayscale: #7C7C7C. Windows color (decimal): -7178898 or 7239058. OLE color: 7239058.

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

Color convert

RGB146117110-
CMYK00.200.250.43
HSL11.67º14.17%50.2%-
HSV(B)11.67º24.66%57.25%-
XYZ21.0319.9617.5-
YUV124.87119.61143.07-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 39.14%
GREEN value IS 117 (46.09% from 255) = 31.37%
BLUE value IS 110 (43.36% from 255) = 29.49%
R=39.14%
G=31.37%
B=29.49%

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
Decimal14611711000.200.250.4311.6714.1750.2
Hex92756E014192Bce32
Octal2221651560243153141662
Binary10010010111010111011100101001100110101111001110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92756E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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