Html Css Color HEX #645963 Salt Box

📋 copy color: '#645963'

red 100 ◦ green 89 ◦ blue 99

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

Shades of Salt Box #645963

Tints of Salt Box #645963

RGB

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

 GREEN value IS 89 (35.16% from 255) = 30.9%

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

R = 34.72%
G = 30.9%
B = 34.38%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.01

 K value IS 0.61

RGB Variations

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

Color information

#645963 (or 0x645963) is known color: Salt Box. HEX triplet: 64, 59 and 63. RGB value is (100,89,99). Sum of RGB (Red+Green+Blue) = 100+89+99=288 (38% of max value = 765). Red value is 100 (39.45% from 255 or 34.72% from 288); Green value is 89 (35.16% from 255 or 30.90% from 288); Blue value is 99 (39.06% from 255 or 34.38% from 288); Max value from RGB is 100 - color contains mainly: red. Hex color #645963 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #645963 is #9BA69C. Grayscale: #5D5D5D. Windows color (decimal): -10200733 or 6510948. OLE color: 6510948.

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

Color convert

RGB 100 89 99 -
CMYK 0 0.11 0.01 0.61
HSL 305.45º 0.06% 0.37% -
HSV(B) 305.45º 0.11% 0.39% -
XYZ 11.08 10.75 13.3 -
YUV 93.43 131.14 132.69 -
System Red Green Blue C M Y K H S L
Decimal 100 89 99 0 0.11 0.01 0.61 305.45 0.06 0.37
Hex 64 59 63 0 B 1 3D 131 6 25
Octal 144 131 143 0 13 1 75 461 6 45
Binary 1100100 1011001 1100011 0 1011 1 111101 100110001 110 100101

Color Harmonies of #645963

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #645963

Black with #645963

Text Example


Text Example

White with #645963

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #645963; }

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

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

background-color css

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

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

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

border-color css

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

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

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