#747641

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

Shades of Hemlock #747641

Tints of Hemlock #747641

Color information

#747641 (or 0x747641) is unknown color: approx Hemlock. HEX triplet: 74, 76 and 41. RGB value is (116,118,65). Sum of RGB (Red+Green+Blue) = 116+118+65=299 (39% of max value = 765). Red value is 116 (45.70% from 255 or 38.80% from 299); Green value is 118 (46.48% from 255 or 39.46% from 299); Blue value is 65 (25.78% from 255 or 21.74% from 299); Max value from RGB is 118 - color contains mainly: green. Hex color #747641 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #747641 is #8B89BE. Grayscale: #6F6F6F. Windows color (decimal): -9144767 or 4290164. OLE color: 4290164.

HSL color Cylindrical-coordinate representation of color #747641: hue angle of 62.26º degrees, saturation: 0.29, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #747641 is Cyan = 0.02, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.54.

Color convert

RGB11611865-
CMYK0.0200.450.54
HSL62.26º28.96%35.88%-
HSV(B)62.26º44.92%46.27%-
XYZ14.6417.057.52-
YUV111.36101.84131.31-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 38.80%
GREEN value IS 118 (46.48% from 255) = 39.46%
BLUE value IS 65 (25.78% from 255) = 21.74%
R=38.80%
G=39.46%
B=21.74%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal116118650.0200.450.5462.2628.9635.88
Hex747641202D363e1d24
Octal164166101205566763544
Binary11101001110110100000110010110111011011111011101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #747641

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #747641; }

 p { color: rgb(116,118,65); }

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

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

 a { background-color: rgb(116,118,65); }

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

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

 span { border-color: rgb(116,118,65); }

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