Html Css Color HEX #645763 Salt Box

📋 copy color: '#645763'

red 100 ◦ green 87 ◦ blue 99

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

Shades of Salt Box #645763

Tints of Salt Box #645763

RGB

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

 GREEN value IS 87 (34.38% from 255) = 30.42%

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

R = 34.97%
G = 30.42%
B = 34.62%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.01

 K value IS 0.61

RGB Variations

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

Color information

#645763 (or 0x645763) is known color: Salt Box. HEX triplet: 64, 57 and 63. RGB value is (100,87,99). Sum of RGB (Red+Green+Blue) = 100+87+99=286 (37% of max value = 765). Red value is 100 (39.45% from 255 or 34.97% from 286); Green value is 87 (34.38% from 255 or 30.42% from 286); Blue value is 99 (39.06% from 255 or 34.62% from 286); Max value from RGB is 100 - color contains mainly: red. Hex color #645763 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #645763 is #9BA89C. Grayscale: #5C5C5C. Windows color (decimal): -10201245 or 6510436. OLE color: 6510436.

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

Color convert

RGB 100 87 99 -
CMYK 0 0.13 0.01 0.61
HSL 304.62º 0.07% 0.37% -
HSV(B) 304.62º 0.13% 0.39% -
XYZ 10.92 10.43 13.24 -
YUV 92.26 131.81 133.52 -
System Red Green Blue C M Y K H S L
Decimal 100 87 99 0 0.13 0.01 0.61 304.62 0.07 0.37
Hex 64 57 63 0 D 1 3D 131 7 25
Octal 144 127 143 0 15 1 75 461 7 45
Binary 1100100 1010111 1100011 0 1101 1 111101 100110001 111 100101

Color Harmonies of #645763

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #645763

Black with #645763

Text Example


Text Example

White with #645763

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #645763; }

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

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

background-color css

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

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

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

border-color css

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

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

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