#947869

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

Shades of Hemp #947869

Tints of Hemp #947869

Color information

#947869 (or 0x947869) is unknown color: approx Hemp. HEX triplet: 94, 78 and 69. RGB value is (148,120,105). Sum of RGB (Red+Green+Blue) = 148+120+105=373 (49% of max value = 765). Red value is 148 (58.20% from 255 or 39.68% from 373); Green value is 120 (47.27% from 255 or 32.17% from 373); Blue value is 105 (41.41% from 255 or 28.15% from 373); Max value from RGB is 148 - color contains mainly: red. Hex color #947869 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #947869 is #6B8796. Grayscale: #7E7E7E. Windows color (decimal): -7047063 or 6912148. OLE color: 6912148.

HSL color Cylindrical-coordinate representation of color #947869: hue angle of 20.93º degrees, saturation: 0.17, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #947869 is Cyan = 0, Magento = 0.19, Yellow = 0.29 and Black (K on CMYK) = 0.42.

Color convert

RGB148120105-
CMYK00.190.290.42
HSL20.93º17%49.61%-
HSV(B)20.93º29.05%58.04%-
XYZ21.4820.7516.24-
YUV126.66115.78143.22-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 39.68%
GREEN value IS 120 (47.27% from 255) = 32.17%
BLUE value IS 105 (41.41% from 255) = 28.15%
R=39.68%
G=32.17%
B=28.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.29
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14812010500.190.290.4220.931749.61
Hex9478690131D2A151132
Octal2241701510233552252162
Binary1001010011110001101001010011111011010101010110001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #947869

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #947869; }

 p { color: rgb(148,120,105); }

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

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

 a { background-color: rgb(148,120,105); }

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

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

 span { border-color: rgb(148,120,105); }

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