#947768

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

Shades of Hemp #947768

Tints of Hemp #947768

Color information

#947768 (or 0x947768) is unknown color: approx Hemp. HEX triplet: 94, 77 and 68. RGB value is (148,119,104). Sum of RGB (Red+Green+Blue) = 148+119+104=371 (49% of max value = 765). Red value is 148 (58.20% from 255 or 39.89% from 371); Green value is 119 (46.88% from 255 or 32.08% from 371); Blue value is 104 (41.02% from 255 or 28.03% from 371); Max value from RGB is 148 - color contains mainly: red. Hex color #947768 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #947768 is #6B8897. Grayscale: #7E7E7E. Windows color (decimal): -7047320 or 6846356. OLE color: 6846356.

HSL color Cylindrical-coordinate representation of color #947768: hue angle of 20.45º degrees, saturation: 0.17, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #947768 is Cyan = 0, Magento = 0.20, Yellow = 0.30 and Black (K on CMYK) = 0.42.

Color convert

RGB148119104-
CMYK00.200.300.42
HSL20.45º17.46%49.41%-
HSV(B)20.45º29.73%58.04%-
XYZ21.3120.4915.93-
YUV125.96115.61143.72-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 39.89%
GREEN value IS 119 (46.88% from 255) = 32.08%
BLUE value IS 104 (41.02% from 255) = 28.03%
R=39.89%
G=32.08%
B=28.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.30
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14811910400.200.300.4220.4517.4649.41
Hex9477680141E2A141131
Octal2241671500243652242161
Binary1001010011101111101000010100111101010101010010001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #947768

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #947768; }

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

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

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

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

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

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

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

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