Html Css Color HEX #635660 Salt Box

📋 copy color: '#635660'

red 99 ◦ green 86 ◦ blue 96

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

Shades of Salt Box #635660

Tints of Salt Box #635660

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 34.16%

R = 35.23%
G = 30.6%
B = 34.16%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.03

 K value IS 0.61

RGB Variations

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

Color information

#635660 (or 0x635660) is known color: Salt Box. HEX triplet: 63, 56 and 60. RGB value is (99,86,96). Sum of RGB (Red+Green+Blue) = 99+86+96=281 (37% of max value = 765). Red value is 99 (39.06% from 255 or 35.23% from 281); Green value is 86 (33.98% from 255 or 30.60% from 281); Blue value is 96 (37.89% from 255 or 34.16% from 281); Max value from RGB is 99 - color contains mainly: red. Hex color #635660 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #635660 is #9CA99F. Grayscale: #5B5B5B. Windows color (decimal): -10267040 or 6313571. OLE color: 6313571.

HSL color Cylindrical-coordinate representation of color #635660: hue angle of 313.85º 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 #635660 is Cyan = 0, Magento = 0.13, Yellow = 0.03 and Black (K on CMYK) = 0.61.

Color convert

RGB 99 86 96 -
CMYK 0 0.13 0.03 0.61
HSL 313.85º 0.07% 0.36% -
HSV(B) 313.85º 0.13% 0.39% -
XYZ 10.58 10.15 12.47 -
YUV 91.03 130.81 133.69 -
System Red Green Blue C M Y K H S L
Decimal 99 86 96 0 0.13 0.03 0.61 313.85 0.07 0.36
Hex 63 56 60 0 D 3 3D 13A 7 24
Octal 143 126 140 0 15 3 75 472 7 44
Binary 1100011 1010110 1100000 0 1101 11 111101 100111010 111 100100

Color Harmonies of #635660

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #635660

Black with #635660

Text Example


Text Example

White with #635660

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #635660; }

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

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

background-color css

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

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

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

border-color css

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

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

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