Html Css Color HEX #635061 Salt Box

📋 copy color: '#635061'

red 99 ◦ green 80 ◦ blue 97

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

Shades of Salt Box #635061

Tints of Salt Box #635061

RGB

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

 GREEN value IS 80 (31.64% from 255) = 28.99%

 BLUE value IS 97 (38.28% from 255) = 35.14%

R = 35.87%
G = 28.99%
B = 35.14%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.02

 K value IS 0.61

RGB Variations

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

Color information

#635061 (or 0x635061) is known color: Salt Box. HEX triplet: 63, 50 and 61. RGB value is (99,80,97). Sum of RGB (Red+Green+Blue) = 99+80+97=276 (36% of max value = 765). Red value is 99 (39.06% from 255 or 35.87% from 276); Green value is 80 (31.64% from 255 or 28.99% from 276); Blue value is 97 (38.28% from 255 or 35.14% from 276); Max value from RGB is 99 - color contains mainly: red. Hex color #635061 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #635061 is #9CAF9E. Grayscale: #575757. Windows color (decimal): -10268575 or 6377571. OLE color: 6377571.

HSL color Cylindrical-coordinate representation of color #635061: hue angle of 306.32º degrees, saturation: 0.11, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #635061 is Cyan = 0, Magento = 0.19, Yellow = 0.02 and Black (K on CMYK) = 0.61.

Color convert

RGB 99 80 97 -
CMYK 0 0.19 0.02 0.61
HSL 306.32º 0.11% 0.35% -
HSV(B) 306.32º 0.19% 0.39% -
XYZ 10.17 9.25 12.56 -
YUV 87.62 133.29 136.12 -
System Red Green Blue C M Y K H S L
Decimal 99 80 97 0 0.19 0.02 0.61 306.32 0.11 0.35
Hex 63 50 61 0 13 2 3D 132 B 23
Octal 143 120 141 0 23 2 75 462 13 43
Binary 1100011 1010000 1100001 0 10011 10 111101 100110010 1011 100011

Color Harmonies of #635061

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #635061

Black with #635061

Text Example


Text Example

White with #635061

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #635061; }

 p { color: rgb(99,80,97); }

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

background-color css

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

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

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

border-color css

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

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

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