#947369

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

Shades of Hemp #947369

Tints of Hemp #947369

Color information

#947369 (or 0x947369) is unknown color: approx Hemp. HEX triplet: 94, 73 and 69. RGB value is (148,115,105). Sum of RGB (Red+Green+Blue) = 148+115+105=368 (48% of max value = 765). Red value is 148 (58.20% from 255 or 40.22% from 368); Green value is 115 (45.31% from 255 or 31.25% from 368); Blue value is 105 (41.41% from 255 or 28.53% from 368); Max value from RGB is 148 - color contains mainly: red. Hex color #947369 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #947369 is #6B8C96. Grayscale: #7B7B7B. Windows color (decimal): -7048343 or 6910868. OLE color: 6910868.

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

Color convert

RGB148115105-
CMYK00.220.290.42
HSL13.95º17%49.61%-
HSV(B)13.95º29.05%58.04%-
XYZ20.8919.5816.04-
YUV123.73117.43145.31-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 40.22%
GREEN value IS 115 (45.31% from 255) = 31.25%
BLUE value IS 105 (41.41% from 255) = 28.53%
R=40.22%
G=31.25%
B=28.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.29
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14811510500.220.290.4213.951749.61
Hex9473690161D2Ae1132
Octal2241631510263552162162
Binary100101001110011110100101011011101101010111010001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #947369

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #947369; }

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

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

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

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

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

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

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

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