Html Css Color HEX #646163 Salt Box

📋 copy color: '#646163'

red 100 ◦ green 97 ◦ blue 99

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

Shades of Salt Box #646163

Tints of Salt Box #646163

RGB

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

 GREEN value IS 97 (38.28% from 255) = 32.77%

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

R = 33.78%
G = 32.77%
B = 33.45%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.01

 K value IS 0.61

RGB Variations

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

Color information

#646163 (or 0x646163) is known color: Salt Box. HEX triplet: 64, 61 and 63. RGB value is (100,97,99). Sum of RGB (Red+Green+Blue) = 100+97+99=296 (39% of max value = 765). Red value is 100 (39.45% from 255 or 33.78% from 296); Green value is 97 (38.28% from 255 or 32.77% from 296); Blue value is 99 (39.06% from 255 or 33.45% from 296); Max value from RGB is 100 - color contains mainly: red. Hex color #646163 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #646163 is #9B9E9C. Grayscale: #626262. Windows color (decimal): -10198685 or 6512996. OLE color: 6512996.

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

Color convert

RGB 100 97 99 -
CMYK 0 0.03 0.01 0.61
HSL 320º 0.02% 0.39% -
HSV(B) 320º 0.03% 0.39% -
XYZ 11.78 12.16 13.53 -
YUV 98.13 128.49 129.34 -
System Red Green Blue C M Y K H S L
Decimal 100 97 99 0 0.03 0.01 0.61 320 0.02 0.39
Hex 64 61 63 0 3 1 3D 140 2 27
Octal 144 141 143 0 3 1 75 500 2 47
Binary 1100100 1100001 1100011 0 11 1 111101 101000000 10 100111

Color Harmonies of #646163

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #646163

Black with #646163

Text Example


Text Example

White with #646163

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #646163; }

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

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

background-color css

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

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

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

border-color css

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

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

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