#947769

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

Shades of Hemp #947769

Tints of Hemp #947769

Color information

#947769 (or 0x947769) is unknown color: approx Hemp. HEX triplet: 94, 77 and 69. RGB value is (148,119,105). Sum of RGB (Red+Green+Blue) = 148+119+105=372 (49% of max value = 765). Red value is 148 (58.20% from 255 or 39.78% from 372); Green value is 119 (46.88% from 255 or 31.99% from 372); Blue value is 105 (41.41% from 255 or 28.23% from 372); Max value from RGB is 148 - color contains mainly: red. Hex color #947769 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #947769 is #6B8896. Grayscale: #7E7E7E. Windows color (decimal): -7047319 or 6911892. OLE color: 6911892.

HSL color Cylindrical-coordinate representation of color #947769: hue angle of 19.53º 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 #947769 is Cyan = 0, Magento = 0.20, Yellow = 0.29 and Black (K on CMYK) = 0.42.

Color convert

RGB148119105-
CMYK00.200.290.42
HSL19.53º17%49.61%-
HSV(B)19.53º29.05%58.04%-
XYZ21.3620.5116.2-
YUV126.07116.11143.64-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 39.78%
GREEN value IS 119 (46.88% from 255) = 31.99%
BLUE value IS 105 (41.41% from 255) = 28.23%
R=39.78%
G=31.99%
B=28.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.29
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14811910500.200.290.4219.531749.61
Hex9477690141D2A141132
Octal2241671510243552242162
Binary1001010011101111101001010100111011010101010010001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #947769

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #947769; }

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

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

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

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

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

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

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

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