Html Css Color HEX #634960 Salt Box

📋 copy color: '#634960'

red 99 ◦ green 73 ◦ blue 96

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

Shades of Salt Box #634960

Tints of Salt Box #634960

RGB

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

 GREEN value IS 73 (28.91% from 255) = 27.24%

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

R = 36.94%
G = 27.24%
B = 35.82%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.03

 K value IS 0.61

RGB Variations

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

Color information

#634960 (or 0x634960) is known color: Salt Box. HEX triplet: 63, 49 and 60. RGB value is (99,73,96). Sum of RGB (Red+Green+Blue) = 99+73+96=268 (35% of max value = 765). Red value is 99 (39.06% from 255 or 36.94% from 268); Green value is 73 (28.91% from 255 or 27.24% from 268); Blue value is 96 (37.89% from 255 or 35.82% from 268); Max value from RGB is 99 - color contains mainly: red. Hex color #634960 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #634960 is #9CB69F. Grayscale: #535353. Windows color (decimal): -10270368 or 6310243. OLE color: 6310243.

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

Color convert

RGB 99 73 96 -
CMYK 0 0.26 0.03 0.61
HSL 306.92º 0.15% 0.34% -
HSV(B) 306.92º 0.26% 0.39% -
XYZ 9.64 8.26 12.15 -
YUV 83.4 135.11 139.13 -
System Red Green Blue C M Y K H S L
Decimal 99 73 96 0 0.26 0.03 0.61 306.92 0.15 0.34
Hex 63 49 60 0 1A 3 3D 133 F 22
Octal 143 111 140 0 32 3 75 463 17 42
Binary 1100011 1001001 1100000 0 11010 11 111101 100110011 1111 100010

Color Harmonies of #634960

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #634960

Black with #634960

Text Example


Text Example

White with #634960

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #634960; }

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

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

background-color css

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

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

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

border-color css

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

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

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