#947669

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

Shades of Hemp #947669

Tints of Hemp #947669

Color information

#947669 (or 0x947669) is unknown color: approx Hemp. HEX triplet: 94, 76 and 69. RGB value is (148,118,105). Sum of RGB (Red+Green+Blue) = 148+118+105=371 (49% of max value = 765). Red value is 148 (58.20% from 255 or 39.89% from 371); Green value is 118 (46.48% from 255 or 31.81% from 371); Blue value is 105 (41.41% from 255 or 28.30% from 371); Max value from RGB is 148 - color contains mainly: red. Hex color #947669 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #947669 is #6B8996. Grayscale: #7D7D7D. Windows color (decimal): -7047575 or 6911636. OLE color: 6911636.

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

Color convert

RGB148118105-
CMYK00.200.290.42
HSL18.14º17%49.61%-
HSV(B)18.14º29.05%58.04%-
XYZ21.2420.2716.16-
YUV125.49116.44144.06-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 39.89%
GREEN value IS 118 (46.48% from 255) = 31.81%
BLUE value IS 105 (41.41% from 255) = 28.30%
R=39.89%
G=31.81%
B=28.30%

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
Decimal14811810500.200.290.4218.141749.61
Hex9476690141D2A121132
Octal2241661510243552222162
Binary1001010011101101101001010100111011010101001010001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #947669

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #947669; }

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

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

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

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

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

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

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

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