Html Css Color HEX #644761 Salt Box

📋 copy color: '#644761'

red 100 ◦ green 71 ◦ blue 97

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

Shades of Salt Box #644761

Tints of Salt Box #644761

RGB

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

 GREEN value IS 71 (28.13% from 255) = 26.49%

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

R = 37.31%
G = 26.49%
B = 36.19%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.03

 K value IS 0.61

RGB Variations

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

Color information

#644761 (or 0x644761) is known color: Salt Box. HEX triplet: 64, 47 and 61. RGB value is (100,71,97). Sum of RGB (Red+Green+Blue) = 100+71+97=268 (35% of max value = 765). Red value is 100 (39.45% from 255 or 37.31% from 268); Green value is 71 (28.12% from 255 or 26.49% from 268); Blue value is 97 (38.28% from 255 or 36.19% from 268); Max value from RGB is 100 - color contains mainly: red. Hex color #644761 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #644761 is #9BB89E. Grayscale: #525252. Windows color (decimal): -10205343 or 6375268. OLE color: 6375268.

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

Color convert

RGB 100 71 97 -
CMYK 0 0.29 0.03 0.61
HSL 306.21º 0.17% 0.34% -
HSV(B) 306.21º 0.29% 0.39% -
XYZ 9.67 8.08 12.36 -
YUV 82.64 136.11 140.39 -
System Red Green Blue C M Y K H S L
Decimal 100 71 97 0 0.29 0.03 0.61 306.21 0.17 0.34
Hex 64 47 61 0 1D 3 3D 132 11 22
Octal 144 107 141 0 35 3 75 462 21 42
Binary 1100100 1000111 1100001 0 11101 11 111101 100110010 10001 100010

Color Harmonies of #644761

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #644761

Black with #644761

Text Example


Text Example

White with #644761

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #644761; }

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

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

background-color css

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

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

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

border-color css

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

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

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