Html Css Color HEX #635C62 Salt Box

📋 copy color: '#635C62'

red 99 ◦ green 92 ◦ blue 98

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

Shades of Salt Box #635C62

Tints of Salt Box #635C62

RGB

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

 GREEN value IS 92 (36.33% from 255) = 31.83%

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

R = 34.26%
G = 31.83%
B = 33.91%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.01

 K value IS 0.61

RGB Variations

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

Color information

#635C62 (or 0x635C62) is known color: Salt Box. HEX triplet: 63, 5C and 62. RGB value is (99,92,98). Sum of RGB (Red+Green+Blue) = 99+92+98=289 (38% of max value = 765). Red value is 99 (39.06% from 255 or 34.26% from 289); Green value is 92 (36.33% from 255 or 31.83% from 289); Blue value is 98 (38.67% from 255 or 33.91% from 289); Max value from RGB is 99 - color contains mainly: red. Hex color #635C62 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #635C62 is #9CA39D. Grayscale: #5E5E5E. Windows color (decimal): -10265502 or 6446179. OLE color: 6446179.

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

Color convert

RGB 99 92 98 -
CMYK 0 0.07 0.01 0.61
HSL 308.57º 0.04% 0.37% -
HSV(B) 308.57º 0.07% 0.39% -
XYZ 11.18 11.19 13.13 -
YUV 94.78 129.82 131.01 -
System Red Green Blue C M Y K H S L
Decimal 99 92 98 0 0.07 0.01 0.61 308.57 0.04 0.37
Hex 63 5C 62 0 7 1 3D 135 4 25
Octal 143 134 142 0 7 1 75 465 4 45
Binary 1100011 1011100 1100010 0 111 1 111101 100110101 100 100101

Color Harmonies of #635C62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #635C62

Black with #635C62

Text Example


Text Example

White with #635C62

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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