Html Css Color HEX #635562 Salt Box

📋 copy color: '#635562'

red 99 ◦ green 85 ◦ blue 98

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

Shades of Salt Box #635562

Tints of Salt Box #635562

RGB

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

 GREEN value IS 85 (33.59% from 255) = 30.14%

 BLUE value IS 98 (38.67% from 255) = 34.75%

R = 35.11%
G = 30.14%
B = 34.75%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.01

 K value IS 0.61

RGB Variations

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

Color information

#635562 (or 0x635562) is known color: Salt Box. HEX triplet: 63, 55 and 62. RGB value is (99,85,98). Sum of RGB (Red+Green+Blue) = 99+85+98=282 (37% of max value = 765). Red value is 99 (39.06% from 255 or 35.11% from 282); Green value is 85 (33.59% from 255 or 30.14% from 282); Blue value is 98 (38.67% from 255 or 34.75% from 282); Max value from RGB is 99 - color contains mainly: red. Hex color #635562 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #635562 is #9CAA9D. Grayscale: #5A5A5A. Windows color (decimal): -10267294 or 6444387. OLE color: 6444387.

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

Color convert

RGB 99 85 98 -
CMYK 0 0.14 0.01 0.61
HSL 304.29º 0.08% 0.36% -
HSV(B) 304.29º 0.14% 0.39% -
XYZ 10.6 10.03 12.93 -
YUV 90.67 132.14 133.94 -
System Red Green Blue C M Y K H S L
Decimal 99 85 98 0 0.14 0.01 0.61 304.29 0.08 0.36
Hex 63 55 62 0 E 1 3D 130 8 24
Octal 143 125 142 0 16 1 75 460 10 44
Binary 1100011 1010101 1100010 0 1110 1 111101 100110000 1000 100100

Color Harmonies of #635562

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #635562

Black with #635562

Text Example


Text Example

White with #635562

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #635562; }

 p { color: rgb(99,85,98); }

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

background-color css

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

 a { background-color: rgb(99,85,98); }

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

border-color css

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

 span { border-color: rgb(99,85,98); }

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