Html Css Color HEX #635E63 Salt Box

📋 copy color: '#635E63'

red 99 ◦ green 94 ◦ blue 99

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

Shades of Salt Box #635E63

Tints of Salt Box #635E63

RGB

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

 GREEN value IS 94 (37.11% from 255) = 32.19%

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

R = 33.9%
G = 32.19%
B = 33.9%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#635E63 (or 0x635E63) is known color: Salt Box. HEX triplet: 63, 5E and 63. RGB value is (99,94,99). Sum of RGB (Red+Green+Blue) = 99+94+99=292 (38% of max value = 765). Red value is 99 (39.06% from 255 or 33.90% from 292); Green value is 94 (37.11% from 255 or 32.19% from 292); Blue value is 99 (39.06% from 255 or 33.90% from 292); Max value from RGB is 99 - color contains mainly: red, blue. Hex color #635E63 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #635E63 is #9CA19C. Grayscale: #606060. Windows color (decimal): -10264989 or 6512227. OLE color: 6512227.

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

Color convert

RGB 99 94 99 -
CMYK 0 0.05 0 0.61
HSL 300º 0.03% 0.38% -
HSV(B) 300º 0.05% 0.39% -
XYZ 11.4 11.56 13.43 -
YUV 96.07 129.66 130.09 -
System Red Green Blue C M Y K H S L
Decimal 99 94 99 0 0.05 0 0.61 300 0.03 0.38
Hex 63 5E 63 0 5 0 3D 12C 3 26
Octal 143 136 143 0 5 0 75 454 3 46
Binary 1100011 1011110 1100011 0 101 0 111101 100101100 11 100110

Color Harmonies of #635E63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #635E63

Black with #635E63

Text Example


Text Example

White with #635E63

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #635E63; }

 p { color: rgb(99,94,99); }

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

background-color css

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

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

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

border-color css

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

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

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