Html Css Color HEX #635260 Salt Box

📋 copy color: '#635260'

red 99 ◦ green 82 ◦ blue 96

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

Shades of Salt Box #635260

Tints of Salt Box #635260

RGB

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

 GREEN value IS 82 (32.42% from 255) = 29.6%

 BLUE value IS 96 (37.89% from 255) = 34.66%

R = 35.74%
G = 29.6%
B = 34.66%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.03

 K value IS 0.61

RGB Variations

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

Color information

#635260 (or 0x635260) is known color: Salt Box. HEX triplet: 63, 52 and 60. RGB value is (99,82,96). Sum of RGB (Red+Green+Blue) = 99+82+96=277 (36% of max value = 765). Red value is 99 (39.06% from 255 or 35.74% from 277); Green value is 82 (32.42% from 255 or 29.60% from 277); Blue value is 96 (37.89% from 255 or 34.66% from 277); Max value from RGB is 99 - color contains mainly: red. Hex color #635260 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #635260 is #9CAD9F. Grayscale: #585858. Windows color (decimal): -10268064 or 6312547. OLE color: 6312547.

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

Color convert

RGB 99 82 96 -
CMYK 0 0.17 0.03 0.61
HSL 310.59º 0.09% 0.35% -
HSV(B) 310.59º 0.17% 0.39% -
XYZ 10.27 9.53 12.36 -
YUV 88.68 132.13 135.36 -
System Red Green Blue C M Y K H S L
Decimal 99 82 96 0 0.17 0.03 0.61 310.59 0.09 0.35
Hex 63 52 60 0 11 3 3D 137 9 23
Octal 143 122 140 0 21 3 75 467 11 43
Binary 1100011 1010010 1100000 0 10001 11 111101 100110111 1001 100011

Color Harmonies of #635260

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #635260

Black with #635260

Text Example


Text Example

White with #635260

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #635260; }

 p { color: rgb(99,82,96); }

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

background-color css

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

 a { background-color: rgb(99,82,96); }

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

border-color css

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

 span { border-color: rgb(99,82,96); }

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