Html Css Color HEX #646148 Hemlock

📋 copy color: '#646148'

red 100 ◦ green 97 ◦ blue 72

#646148
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Hemlock #646148

Tints of Hemlock #646148

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 value IS 0

 M value IS 0.03

 Y value IS 0.28

 K value IS 0.61

RGB Variations

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

Color information

#646148 (or 0x646148) is known color: 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

RGB 100 97 72 -
CMYK 0 0.03 0.28 0.61
HSL 53.57º 0.16% 0.34% -
HSV(B) 53.57º 0.28% 0.39% -
XYZ 10.7 11.73 7.83 -
YUV 95.05 114.99 131.53 -
System Red Green Blue C M Y K H S L
Decimal 100 97 72 0 0.03 0.28 0.61 53.57 0.16 0.34
Hex 64 61 48 0 3 1C 3D 36 10 22
Octal 144 141 110 0 3 34 75 66 20 42
Binary 1100100 1100001 1001000 0 11 11100 111101 110110 10000 100010

Color Harmonies of #646148

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #646148

Black with #646148

Text Example


Text Example

White with #646148

Text Example


Text Example

HTML Codes & Css Web 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>