Html Css Color HEX #645661 Salt Box

📋 copy color: '#645661'

red 100 ◦ green 86 ◦ blue 97

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

Shades of Salt Box #645661

Tints of Salt Box #645661

RGB

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

 GREEN value IS 86 (33.98% from 255) = 30.39%

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

R = 35.34%
G = 30.39%
B = 34.28%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.03

 K value IS 0.61

RGB Variations

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

Color information

#645661 (or 0x645661) is known color: Salt Box. HEX triplet: 64, 56 and 61. RGB value is (100,86,97). Sum of RGB (Red+Green+Blue) = 100+86+97=283 (37% of max value = 765). Red value is 100 (39.45% from 255 or 35.34% from 283); Green value is 86 (33.98% from 255 or 30.39% from 283); Blue value is 97 (38.28% from 255 or 34.28% from 283); Max value from RGB is 100 - color contains mainly: red. Hex color #645661 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #645661 is #9BA99E. Grayscale: #5B5B5B. Windows color (decimal): -10201503 or 6379108. OLE color: 6379108.

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

Color convert

RGB 100 86 97 -
CMYK 0 0.14 0.03 0.61
HSL 312.86º 0.08% 0.36% -
HSV(B) 312.86º 0.14% 0.39% -
XYZ 10.74 10.23 12.72 -
YUV 91.44 131.14 134.11 -
System Red Green Blue C M Y K H S L
Decimal 100 86 97 0 0.14 0.03 0.61 312.86 0.08 0.36
Hex 64 56 61 0 E 3 3D 139 8 24
Octal 144 126 141 0 16 3 75 471 10 44
Binary 1100100 1010110 1100001 0 1110 11 111101 100111001 1000 100100

Color Harmonies of #645661

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #645661

Black with #645661

Text Example


Text Example

White with #645661

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #645661; }

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

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

background-color css

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

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

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

border-color css

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

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

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