Html Css Color HEX #644C61 Salt Box

📋 copy color: '#644C61'

red 100 ◦ green 76 ◦ blue 97

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

Shades of Salt Box #644C61

Tints of Salt Box #644C61

RGB

 RED value IS 100 (39.45% from 255) = 36.63%

 GREEN value IS 76 (30.08% from 255) = 27.84%

 BLUE value IS 97 (38.28% from 255) = 35.53%

R = 36.63%
G = 27.84%
B = 35.53%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.03

 K value IS 0.61

RGB Variations

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

Color information

#644C61 (or 0x644C61) is known color: Salt Box. HEX triplet: 64, 4C and 61. RGB value is (100,76,97). Sum of RGB (Red+Green+Blue) = 100+76+97=273 (36% of max value = 765). Red value is 100 (39.45% from 255 or 36.63% from 273); Green value is 76 (30.08% from 255 or 27.84% from 273); Blue value is 97 (38.28% from 255 or 35.53% from 273); Max value from RGB is 100 - color contains mainly: red. Hex color #644C61 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #644C61 is #9BB39E. Grayscale: #555555. Windows color (decimal): -10204063 or 6376548. OLE color: 6376548.

HSL color Cylindrical-coordinate representation of color #644C61: hue angle of 307.5º degrees, saturation: 0.14, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #644C61 is Cyan = 0, Magento = 0.24, Yellow = 0.03 and Black (K on CMYK) = 0.61.

Color convert

RGB 100 76 97 -
CMYK 0 0.24 0.03 0.61
HSL 307.5º 0.14% 0.35% -
HSV(B) 307.5º 0.24% 0.39% -
XYZ 10 8.74 12.47 -
YUV 85.57 134.45 138.29 -
System Red Green Blue C M Y K H S L
Decimal 100 76 97 0 0.24 0.03 0.61 307.5 0.14 0.35
Hex 64 4C 61 0 18 3 3D 134 E 23
Octal 144 114 141 0 30 3 75 464 16 43
Binary 1100100 1001100 1100001 0 11000 11 111101 100110100 1110 100011

Color Harmonies of #644C61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #644C61

Black with #644C61

Text Example


Text Example

White with #644C61

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #644C61; }

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

 H1.HeaderClassName
 {
   color: #644C61;
 }
 .AnyTagClassName
 {
   color: #644C61;
 }
</style>

background-color css

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

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

 div.DivClassName
 {
   background-color: #644C61;
 }
 .BgClassName
 {
   background-color: #644C61;
 }
</style>

border-color css

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

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

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