Html Css Color HEX #63565F Salt Box

📋 copy color: '#63565F'

red 99 ◦ green 86 ◦ blue 95

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

Shades of Salt Box #63565F

Tints of Salt Box #63565F

RGB

 RED value IS 99 (39.06% from 255) = 35.36%

 GREEN value IS 86 (33.98% from 255) = 30.71%

 BLUE value IS 95 (37.5% from 255) = 33.93%

R = 35.36%
G = 30.71%
B = 33.93%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.04

 K value IS 0.61

RGB Variations

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

Color information

#63565F (or 0x63565F) is known color: Salt Box. HEX triplet: 63, 56 and 5F. RGB value is (99,86,95). Sum of RGB (Red+Green+Blue) = 99+86+95=280 (37% of max value = 765). Red value is 99 (39.06% from 255 or 35.36% from 280); Green value is 86 (33.98% from 255 or 30.71% from 280); Blue value is 95 (37.5% from 255 or 33.93% from 280); Max value from RGB is 99 - color contains mainly: red. Hex color #63565F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #63565F is #9CA9A0. Grayscale: #5A5A5A. Windows color (decimal): -10267041 or 6248035. OLE color: 6248035.

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

Color convert

RGB 99 86 95 -
CMYK 0 0.13 0.04 0.61
HSL 318.46º 0.07% 0.36% -
HSV(B) 318.46º 0.13% 0.39% -
XYZ 10.54 10.13 12.23 -
YUV 90.91 130.31 133.77 -
System Red Green Blue C M Y K H S L
Decimal 99 86 95 0 0.13 0.04 0.61 318.46 0.07 0.36
Hex 63 56 5F 0 D 4 3D 13E 7 24
Octal 143 126 137 0 15 4 75 476 7 44
Binary 1100011 1010110 1011111 0 1101 100 111101 100111110 111 100100

Color Harmonies of #63565F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63565F

Black with #63565F

Text Example


Text Example

White with #63565F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #63565F; }

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

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

background-color css

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

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

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

border-color css

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

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

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