Html Css Color HEX #635360 Salt Box

📋 copy color: '#635360'

red 99 ◦ green 83 ◦ blue 96

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

Shades of Salt Box #635360

Tints of Salt Box #635360

RGB

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

 GREEN value IS 83 (32.81% from 255) = 29.86%

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

R = 35.61%
G = 29.86%
B = 34.53%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.03

 K value IS 0.61

RGB Variations

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

Color information

#635360 (or 0x635360) is known color: Salt Box. HEX triplet: 63, 53 and 60. RGB value is (99,83,96). Sum of RGB (Red+Green+Blue) = 99+83+96=278 (36% of max value = 765). Red value is 99 (39.06% from 255 or 35.61% from 278); Green value is 83 (32.81% from 255 or 29.86% from 278); Blue value is 96 (37.89% from 255 or 34.53% from 278); Max value from RGB is 99 - color contains mainly: red. Hex color #635360 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #635360 is #9CAC9F. Grayscale: #595959. Windows color (decimal): -10267808 or 6312803. OLE color: 6312803.

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

Color convert

RGB 99 83 96 -
CMYK 0 0.16 0.03 0.61
HSL 311.25º 0.09% 0.36% -
HSV(B) 311.25º 0.16% 0.39% -
XYZ 10.35 9.68 12.39 -
YUV 89.27 131.8 134.94 -
System Red Green Blue C M Y K H S L
Decimal 99 83 96 0 0.16 0.03 0.61 311.25 0.09 0.36
Hex 63 53 60 0 10 3 3D 137 9 24
Octal 143 123 140 0 20 3 75 467 11 44
Binary 1100011 1010011 1100000 0 10000 11 111101 100110111 1001 100100

Color Harmonies of #635360

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #635360

Black with #635360

Text Example


Text Example

White with #635360

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #635360; }

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

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

background-color css

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

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

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

border-color css

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

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

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