Html Css Color HEX #645361 Salt Box

📋 copy color: '#645361'

red 100 ◦ green 83 ◦ blue 97

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

Shades of Salt Box #645361

Tints of Salt Box #645361

RGB

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

 GREEN value IS 83 (32.81% from 255) = 29.64%

 BLUE value IS 97 (38.28% from 255) = 34.64%

R = 35.71%
G = 29.64%
B = 34.64%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.03

 K value IS 0.61

RGB Variations

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

Color information

#645361 (or 0x645361) is known color: Salt Box. HEX triplet: 64, 53 and 61. RGB value is (100,83,97). Sum of RGB (Red+Green+Blue) = 100+83+97=280 (37% of max value = 765). Red value is 100 (39.45% from 255 or 35.71% from 280); Green value is 83 (32.81% from 255 or 29.64% from 280); Blue value is 97 (38.28% from 255 or 34.64% from 280); Max value from RGB is 100 - color contains mainly: red. Hex color #645361 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #645361 is #9BAC9E. Grayscale: #595959. Windows color (decimal): -10202271 or 6378340. OLE color: 6378340.

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

Color convert

RGB 100 83 97 -
CMYK 0 0.17 0.03 0.61
HSL 310.59º 0.09% 0.36% -
HSV(B) 310.59º 0.17% 0.39% -
XYZ 10.51 9.76 12.64 -
YUV 89.68 132.13 135.36 -
System Red Green Blue C M Y K H S L
Decimal 100 83 97 0 0.17 0.03 0.61 310.59 0.09 0.36
Hex 64 53 61 0 11 3 3D 137 9 24
Octal 144 123 141 0 21 3 75 467 11 44
Binary 1100100 1010011 1100001 0 10001 11 111101 100110111 1001 100100

Color Harmonies of #645361

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #645361

Black with #645361

Text Example


Text Example

White with #645361

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #645361; }

 p { color: rgb(100,83,97); }

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

background-color css

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

 a { background-color: rgb(100,83,97); }

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

border-color css

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

 span { border-color: rgb(100,83,97); }

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