Html Css Color HEX #635D62 Salt Box

📋 copy color: '#635D62'

red 99 ◦ green 93 ◦ blue 98

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

Shades of Salt Box #635D62

Tints of Salt Box #635D62

RGB

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

 GREEN value IS 93 (36.72% from 255) = 32.07%

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

R = 34.14%
G = 32.07%
B = 33.79%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.01

 K value IS 0.61

RGB Variations

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

Color information

#635D62 (or 0x635D62) is known color: Salt Box. HEX triplet: 63, 5D and 62. RGB value is (99,93,98). Sum of RGB (Red+Green+Blue) = 99+93+98=290 (38% of max value = 765). Red value is 99 (39.06% from 255 or 34.14% from 290); Green value is 93 (36.72% from 255 or 32.07% from 290); Blue value is 98 (38.67% from 255 or 33.79% from 290); Max value from RGB is 99 - color contains mainly: red. Hex color #635D62 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #635D62 is #9CA29D. Grayscale: #5F5F5F. Windows color (decimal): -10265246 or 6446435. OLE color: 6446435.

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

Color convert

RGB 99 93 98 -
CMYK 0 0.06 0.01 0.61
HSL 310º 0.03% 0.38% -
HSV(B) 310º 0.06% 0.39% -
XYZ 11.26 11.36 13.15 -
YUV 95.36 129.49 130.59 -
System Red Green Blue C M Y K H S L
Decimal 99 93 98 0 0.06 0.01 0.61 310 0.03 0.38
Hex 63 5D 62 0 6 1 3D 136 3 26
Octal 143 135 142 0 6 1 75 466 3 46
Binary 1100011 1011101 1100010 0 110 1 111101 100110110 11 100110

Color Harmonies of #635D62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #635D62

Black with #635D62

Text Example


Text Example

White with #635D62

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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