Html Css Color HEX #645863 Salt Box

📋 copy color: '#645863'

red 100 ◦ green 88 ◦ blue 99

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

Shades of Salt Box #645863

Tints of Salt Box #645863

RGB

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

 GREEN value IS 88 (34.77% from 255) = 30.66%

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

R = 34.84%
G = 30.66%
B = 34.49%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.01

 K value IS 0.61

RGB Variations

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

Color information

#645863 (or 0x645863) is known color: Salt Box. HEX triplet: 64, 58 and 63. RGB value is (100,88,99). Sum of RGB (Red+Green+Blue) = 100+88+99=287 (38% of max value = 765). Red value is 100 (39.45% from 255 or 34.84% from 287); Green value is 88 (34.77% from 255 or 30.66% from 287); Blue value is 99 (39.06% from 255 or 34.49% from 287); Max value from RGB is 100 - color contains mainly: red. Hex color #645863 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #645863 is #9BA79C. Grayscale: #5C5C5C. Windows color (decimal): -10200989 or 6510692. OLE color: 6510692.

HSL color Cylindrical-coordinate representation of color #645863: hue angle of 305º degrees, saturation: 0.06, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #645863 is Cyan = 0, Magento = 0.12, Yellow = 0.01 and Black (K on CMYK) = 0.61.

Color convert

RGB 100 88 99 -
CMYK 0 0.12 0.01 0.61
HSL 305º 0.06% 0.37% -
HSV(B) 305º 0.12% 0.39% -
XYZ 11 10.59 13.27 -
YUV 92.84 131.48 133.11 -
System Red Green Blue C M Y K H S L
Decimal 100 88 99 0 0.12 0.01 0.61 305 0.06 0.37
Hex 64 58 63 0 C 1 3D 131 6 25
Octal 144 130 143 0 14 1 75 461 6 45
Binary 1100100 1011000 1100011 0 1100 1 111101 100110001 110 100101

Color Harmonies of #645863

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #645863

Black with #645863

Text Example


Text Example

White with #645863

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #645863; }

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

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

background-color css

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

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

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

border-color css

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

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

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