Html Css Color HEX #634C5F Salt Box

📋 copy color: '#634C5F'

red 99 ◦ green 76 ◦ blue 95

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

Shades of Salt Box #634C5F

Tints of Salt Box #634C5F

RGB

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

 GREEN value IS 76 (30.08% from 255) = 28.15%

 BLUE value IS 95 (37.5% from 255) = 35.19%

R = 36.67%
G = 28.15%
B = 35.19%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.04

 K value IS 0.61

RGB Variations

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

Color information

#634C5F (or 0x634C5F) is known color: Salt Box. HEX triplet: 63, 4C and 5F. RGB value is (99,76,95). Sum of RGB (Red+Green+Blue) = 99+76+95=270 (35% of max value = 765). Red value is 99 (39.06% from 255 or 36.67% from 270); Green value is 76 (30.08% from 255 or 28.15% from 270); Blue value is 95 (37.5% from 255 or 35.19% from 270); Max value from RGB is 99 - color contains mainly: red. Hex color #634C5F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #634C5F is #9CB3A0. Grayscale: #545454. Windows color (decimal): -10269601 or 6245475. OLE color: 6245475.

HSL color Cylindrical-coordinate representation of color #634C5F: hue angle of 310.43º degrees, saturation: 0.13, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #634C5F is Cyan = 0, Magento = 0.23, Yellow = 0.04 and Black (K on CMYK) = 0.61.

Color convert

RGB 99 76 95 -
CMYK 0 0.23 0.04 0.61
HSL 310.43º 0.13% 0.34% -
HSV(B) 310.43º 0.23% 0.39% -
XYZ 9.8 8.65 11.98 -
YUV 85.04 133.62 137.96 -
System Red Green Blue C M Y K H S L
Decimal 99 76 95 0 0.23 0.04 0.61 310.43 0.13 0.34
Hex 63 4C 5F 0 17 4 3D 136 D 22
Octal 143 114 137 0 27 4 75 466 15 42
Binary 1100011 1001100 1011111 0 10111 100 111101 100110110 1101 100010

Color Harmonies of #634C5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #634C5F

Black with #634C5F

Text Example


Text Example

White with #634C5F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #634C5F; }

 p { color: rgb(99,76,95); }

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

background-color css

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

 a { background-color: rgb(99,76,95); }

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

border-color css

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

 span { border-color: rgb(99,76,95); }

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