Html Css Color HEX #645663 Salt Box

📋 copy color: '#645663'

red 100 ◦ green 86 ◦ blue 99

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

Shades of Salt Box #645663

Tints of Salt Box #645663

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 34.74%

R = 35.09%
G = 30.18%
B = 34.74%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.01

 K value IS 0.61

RGB Variations

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

Color information

#645663 (or 0x645663) is known color: Salt Box. HEX triplet: 64, 56 and 63. RGB value is (100,86,99). Sum of RGB (Red+Green+Blue) = 100+86+99=285 (37% of max value = 765). Red value is 100 (39.45% from 255 or 35.09% from 285); Green value is 86 (33.98% from 255 or 30.18% from 285); Blue value is 99 (39.06% from 255 or 34.74% from 285); Max value from RGB is 100 - color contains mainly: red. Hex color #645663 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #645663 is #9BA99C. Grayscale: #5B5B5B. Windows color (decimal): -10201501 or 6510180. OLE color: 6510180.

HSL color Cylindrical-coordinate representation of color #645663: hue angle of 304.29º 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 #645663 is Cyan = 0, Magento = 0.14, Yellow = 0.01 and Black (K on CMYK) = 0.61.

Color convert

RGB 100 86 99 -
CMYK 0 0.14 0.01 0.61
HSL 304.29º 0.08% 0.36% -
HSV(B) 304.29º 0.14% 0.39% -
XYZ 10.84 10.27 13.21 -
YUV 91.67 132.14 133.94 -
System Red Green Blue C M Y K H S L
Decimal 100 86 99 0 0.14 0.01 0.61 304.29 0.08 0.36
Hex 64 56 63 0 E 1 3D 130 8 24
Octal 144 126 143 0 16 1 75 460 10 44
Binary 1100100 1010110 1100011 0 1110 1 111101 100110000 1000 100100

Color Harmonies of #645663

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #645663

Black with #645663

Text Example


Text Example

White with #645663

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #645663; }

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

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

background-color css

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

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

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

border-color css

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

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

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