#635262

Color #635262 Salt Box (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Salt Box #635262

Tints of Salt Box #635262

Color information

#635262 (or 0x635262) is unknown color: approx Salt Box. HEX triplet: 63, 52 and 62. RGB value is (99,82,98). Sum of RGB (Red+Green+Blue) = 99+82+98=279 (36% of max value = 765). Red value is 99 (39.06% from 255 or 35.48% from 279); Green value is 82 (32.42% from 255 or 29.39% from 279); Blue value is 98 (38.67% from 255 or 35.13% from 279); Max value from RGB is 99 - color contains mainly: red. Hex color #635262 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #635262 is #9CAD9D. Grayscale: #585858. Windows color (decimal): -10268062 or 6443619. OLE color: 6443619.

HSL color Cylindrical-coordinate representation of color #635262: hue angle of 303.53º 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 #635262 is Cyan = 0, Magento = 0.17, Yellow = 0.01 and Black (K on CMYK) = 0.61.

Color convert

RGB998298-
CMYK00.170.010.61
HSL303.53º9.39%35.49%-
HSV(B)303.53º17.17%38.82%-
XYZ10.379.5712.86-
YUV88.91133.13135.2-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 35.48%
GREEN value IS 82 (32.42% from 255) = 29.39%
BLUE value IS 98 (38.67% from 255) = 35.13%
R=35.48%
G=29.39%
B=35.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.01
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99829800.170.010.61303.539.3935.49
Hex63526201113D130923
Octal1431221420211754601143
Binary11000111010010110001001000111111011001100001001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #635262

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #635262; }

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

 H1.HeaderClassName
 {
   color: #635262;
 }
 .AnyTagClassName
 {
   color: #635262;
 }
</style>
background-color css

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

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

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

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

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

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