#646148

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

Shades of Hemlock #646148

Tints of Hemlock #646148

Color information

#646148 (or 0x646148) is unknown color: approx Hemlock. HEX triplet: 64, 61 and 48. RGB value is (100,97,72). Sum of RGB (Red+Green+Blue) = 100+97+72=269 (35% of max value = 765). Red value is 100 (39.45% from 255 or 37.17% from 269); Green value is 97 (38.28% from 255 or 36.06% from 269); Blue value is 72 (28.52% from 255 or 26.77% from 269); Max value from RGB is 100 - color contains mainly: red. Hex color #646148 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #646148 is #9B9EB7. Grayscale: #5F5F5F. Windows color (decimal): -10198712 or 4743524. OLE color: 4743524.

HSL color Cylindrical-coordinate representation of color #646148: hue angle of 53.57º degrees, saturation: 0.16, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #646148 is Cyan = 0, Magento = 0.03, Yellow = 0.28 and Black (K on CMYK) = 0.61.

Color convert

RGB1009772-
CMYK00.030.280.61
HSL53.57º16.28%33.73%-
HSV(B)53.57º28%39.22%-
XYZ10.711.737.83-
YUV95.05114.99131.53-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 37.17%
GREEN value IS 97 (38.28% from 255) = 36.06%
BLUE value IS 72 (28.52% from 255) = 26.77%
R=37.17%
G=36.06%
B=26.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.28
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal100977200.030.280.6153.5716.2833.73
Hex646148031C3D361022
Octal144141110033475662042
Binary1100100110000110010000111110011110111011010000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #646148

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #646148; }

 p { color: rgb(100,97,72); }

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

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

 a { background-color: rgb(100,97,72); }

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

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

 span { border-color: rgb(100,97,72); }

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