#92766D

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

Shades of Hemp #92766D

Tints of Hemp #92766D

Color information

#92766D (or 0x92766D) is unknown color: approx Hemp. HEX triplet: 92, 76 and 6D. RGB value is (146,118,109). Sum of RGB (Red+Green+Blue) = 146+118+109=373 (49% of max value = 765). Red value is 146 (57.42% from 255 or 39.14% from 373); Green value is 118 (46.48% from 255 or 31.64% from 373); Blue value is 109 (42.97% from 255 or 29.22% from 373); Max value from RGB is 146 - color contains mainly: red. Hex color #92766D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #92766D is #6D8992. Grayscale: #7D7D7D. Windows color (decimal): -7178643 or 7173778. OLE color: 7173778.

HSL color Cylindrical-coordinate representation of color #92766D: hue angle of 14.59º 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 #92766D is Cyan = 0, Magento = 0.19, Yellow = 0.25 and Black (K on CMYK) = 0.43.

Color convert

RGB146118109-
CMYK00.190.250.43
HSL14.59º14.51%50%-
HSV(B)14.59º25.34%57.25%-
XYZ21.0920.1717.25-
YUV125.35118.78142.73-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 39.14%
GREEN value IS 118 (46.48% from 255) = 31.64%
BLUE value IS 109 (42.97% from 255) = 29.22%
R=39.14%
G=31.64%
B=29.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.25
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal14611810900.190.250.4314.5914.5150
Hex92766D013192Bff32
Octal2221661550233153171762
Binary10010010111011011011010100111100110101111111111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92766D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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