Html Css Color HEX #645F63 Salt Box

📋 copy color: '#645F63'

red 100 ◦ green 95 ◦ blue 99

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

Shades of Salt Box #645F63

Tints of Salt Box #645F63

RGB

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

 GREEN value IS 95 (37.5% from 255) = 32.31%

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

R = 34.01%
G = 32.31%
B = 33.67%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.01

 K value IS 0.61

RGB Variations

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

Color information

#645F63 (or 0x645F63) is known color: Salt Box. HEX triplet: 64, 5F and 63. RGB value is (100,95,99). Sum of RGB (Red+Green+Blue) = 100+95+99=294 (38% of max value = 765). Red value is 100 (39.45% from 255 or 34.01% from 294); Green value is 95 (37.5% from 255 or 32.31% from 294); Blue value is 99 (39.06% from 255 or 33.67% from 294); Max value from RGB is 100 - color contains mainly: red. Hex color #645F63 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #645F63 is #9BA09C. Grayscale: #606060. Windows color (decimal): -10199197 or 6512484. OLE color: 6512484.

HSL color Cylindrical-coordinate representation of color #645F63: hue angle of 312º degrees, saturation: 0.03, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #645F63 is Cyan = 0, Magento = 0.05, Yellow = 0.01 and Black (K on CMYK) = 0.61.

Color convert

RGB 100 95 99 -
CMYK 0 0.05 0.01 0.61
HSL 312º 0.03% 0.38% -
HSV(B) 312º 0.05% 0.39% -
XYZ 11.6 11.79 13.47 -
YUV 96.95 129.16 130.17 -
System Red Green Blue C M Y K H S L
Decimal 100 95 99 0 0.05 0.01 0.61 312 0.03 0.38
Hex 64 5F 63 0 5 1 3D 138 3 26
Octal 144 137 143 0 5 1 75 470 3 46
Binary 1100100 1011111 1100011 0 101 1 111101 100111000 11 100110

Color Harmonies of #645F63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #645F63

Black with #645F63

Text Example


Text Example

White with #645F63

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #645F63; }

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

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

background-color css

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

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

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

border-color css

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

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

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