Html Css Color HEX #635A62 Salt Box

📋 copy color: '#635A62'

red 99 ◦ green 90 ◦ blue 98

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

Shades of Salt Box #635A62

Tints of Salt Box #635A62

RGB

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

 GREEN value IS 90 (35.55% from 255) = 31.36%

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

R = 34.49%
G = 31.36%
B = 34.15%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.01

 K value IS 0.61

RGB Variations

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

Color information

#635A62 (or 0x635A62) is known color: Salt Box. HEX triplet: 63, 5A and 62. RGB value is (99,90,98). Sum of RGB (Red+Green+Blue) = 99+90+98=287 (38% of max value = 765). Red value is 99 (39.06% from 255 or 34.49% from 287); Green value is 90 (35.55% from 255 or 31.36% from 287); Blue value is 98 (38.67% from 255 or 34.15% from 287); Max value from RGB is 99 - color contains mainly: red. Hex color #635A62 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #635A62 is #9CA59D. Grayscale: #5D5D5D. Windows color (decimal): -10266014 or 6445667. OLE color: 6445667.

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

Color convert

RGB 99 90 98 -
CMYK 0 0.09 0.01 0.61
HSL 306.67º 0.05% 0.37% -
HSV(B) 306.67º 0.09% 0.39% -
XYZ 11.01 10.85 13.07 -
YUV 93.6 130.48 131.85 -
System Red Green Blue C M Y K H S L
Decimal 99 90 98 0 0.09 0.01 0.61 306.67 0.05 0.37
Hex 63 5A 62 0 9 1 3D 133 5 25
Octal 143 132 142 0 11 1 75 463 5 45
Binary 1100011 1011010 1100010 0 1001 1 111101 100110011 101 100101

Color Harmonies of #635A62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #635A62

Black with #635A62

Text Example


Text Example

White with #635A62

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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