Html Css Color HEX #645463 Salt Box

📋 copy color: '#645463'

red 100 ◦ green 84 ◦ blue 99

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

Shades of Salt Box #645463

Tints of Salt Box #645463

RGB

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

 GREEN value IS 84 (33.2% from 255) = 29.68%

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

R = 35.34%
G = 29.68%
B = 34.98%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.01

 K value IS 0.61

RGB Variations

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

Color information

#645463 (or 0x645463) is known color: Salt Box. HEX triplet: 64, 54 and 63. RGB value is (100,84,99). Sum of RGB (Red+Green+Blue) = 100+84+99=283 (37% of max value = 765). Red value is 100 (39.45% from 255 or 35.34% from 283); Green value is 84 (33.20% from 255 or 29.68% from 283); Blue value is 99 (39.06% from 255 or 34.98% from 283); Max value from RGB is 100 - color contains mainly: red. Hex color #645463 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #645463 is #9BAB9C. Grayscale: #5A5A5A. Windows color (decimal): -10202013 or 6509668. OLE color: 6509668.

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

Color convert

RGB 100 84 99 -
CMYK 0 0.16 0.01 0.61
HSL 303.75º 0.09% 0.36% -
HSV(B) 303.75º 0.16% 0.39% -
XYZ 10.68 9.95 13.16 -
YUV 90.49 132.8 134.78 -
System Red Green Blue C M Y K H S L
Decimal 100 84 99 0 0.16 0.01 0.61 303.75 0.09 0.36
Hex 64 54 63 0 10 1 3D 130 9 24
Octal 144 124 143 0 20 1 75 460 11 44
Binary 1100100 1010100 1100011 0 10000 1 111101 100110000 1001 100100

Color Harmonies of #645463

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #645463

Black with #645463

Text Example


Text Example

White with #645463

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #645463; }

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

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

background-color css

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

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

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

border-color css

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

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

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