Html Css Color HEX #635E62 Salt Box

📋 copy color: '#635E62'

red 99 ◦ green 94 ◦ blue 98

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

Shades of Salt Box #635E62

Tints of Salt Box #635E62

RGB

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

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

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

R = 34.02%
G = 32.3%
B = 33.68%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.01

 K value IS 0.61

RGB Variations

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

Color information

#635E62 (or 0x635E62) is known color: Salt Box. HEX triplet: 63, 5E and 62. RGB value is (99,94,98). Sum of RGB (Red+Green+Blue) = 99+94+98=291 (38% of max value = 765). Red value is 99 (39.06% from 255 or 34.02% from 291); Green value is 94 (37.11% from 255 or 32.30% from 291); Blue value is 98 (38.67% from 255 or 33.68% from 291); Max value from RGB is 99 - color contains mainly: red. Hex color #635E62 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #635E62 is #9CA19D. Grayscale: #5F5F5F. Windows color (decimal): -10264990 or 6446691. OLE color: 6446691.

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

Color convert

RGB 99 94 98 -
CMYK 0 0.05 0.01 0.61
HSL 312º 0.03% 0.38% -
HSV(B) 312º 0.05% 0.39% -
XYZ 11.35 11.54 13.18 -
YUV 95.95 129.16 130.17 -
System Red Green Blue C M Y K H S L
Decimal 99 94 98 0 0.05 0.01 0.61 312 0.03 0.38
Hex 63 5E 62 0 5 1 3D 138 3 26
Octal 143 136 142 0 5 1 75 470 3 46
Binary 1100011 1011110 1100010 0 101 1 111101 100111000 11 100110

Color Harmonies of #635E62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #635E62

Black with #635E62

Text Example


Text Example

White with #635E62

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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