#635261

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

Shades of Salt Box #635261

Tints of Salt Box #635261

Color information

#635261 (or 0x635261) is unknown color: approx Salt Box. HEX triplet: 63, 52 and 61. RGB value is (99,82,97). Sum of RGB (Red+Green+Blue) = 99+82+97=278 (36% of max value = 765). Red value is 99 (39.06% from 255 or 35.61% from 278); Green value is 82 (32.42% from 255 or 29.50% from 278); Blue value is 97 (38.28% from 255 or 34.89% from 278); Max value from RGB is 99 - color contains mainly: red. Hex color #635261 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #635261 is #9CAD9E. Grayscale: #585858. Windows color (decimal): -10268063 or 6378083. OLE color: 6378083.

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

Color convert

RGB998297-
CMYK00.170.020.61
HSL307.06º9.39%35.49%-
HSV(B)307.06º17.17%38.82%-
XYZ10.329.5512.61-
YUV88.79132.63135.28-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 35.61%
GREEN value IS 82 (32.42% from 255) = 29.50%
BLUE value IS 97 (38.28% from 255) = 34.89%
R=35.61%
G=29.50%
B=34.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.02
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99829700.170.020.61307.069.3935.49
Hex63526101123D133923
Octal1431221410212754631143
Binary110001110100101100001010001101111011001100111001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #635261

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #635261; }

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

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

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

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

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

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

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

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