Html Css Color HEX #63555E Salt Box

📋 copy color: '#63555E'

red 99 ◦ green 85 ◦ blue 94

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

Shades of Salt Box #63555E

Tints of Salt Box #63555E

RGB

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

 GREEN value IS 85 (33.59% from 255) = 30.58%

 BLUE value IS 94 (37.11% from 255) = 33.81%

R = 35.61%
G = 30.58%
B = 33.81%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.05

 K value IS 0.61

RGB Variations

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

Color information

#63555E (or 0x63555E) is known color: Salt Box. HEX triplet: 63, 55 and 5E. RGB value is (99,85,94). Sum of RGB (Red+Green+Blue) = 99+85+94=278 (36% of max value = 765). Red value is 99 (39.06% from 255 or 35.61% from 278); Green value is 85 (33.59% from 255 or 30.58% from 278); Blue value is 94 (37.11% from 255 or 33.81% from 278); Max value from RGB is 99 - color contains mainly: red. Hex color #63555E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #63555E is #9CAAA1. Grayscale: #5A5A5A. Windows color (decimal): -10267298 or 6182243. OLE color: 6182243.

HSL color Cylindrical-coordinate representation of color #63555E: hue angle of 321.43º degrees, saturation: 0.08, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #63555E is Cyan = 0, Magento = 0.14, Yellow = 0.05 and Black (K on CMYK) = 0.61.

Color convert

RGB 99 85 94 -
CMYK 0 0.14 0.05 0.61
HSL 321.43º 0.08% 0.36% -
HSV(B) 321.43º 0.14% 0.39% -
XYZ 10.41 9.96 11.96 -
YUV 90.21 130.14 134.27 -
System Red Green Blue C M Y K H S L
Decimal 99 85 94 0 0.14 0.05 0.61 321.43 0.08 0.36
Hex 63 55 5E 0 E 5 3D 141 8 24
Octal 143 125 136 0 16 5 75 501 10 44
Binary 1100011 1010101 1011110 0 1110 101 111101 101000001 1000 100100

Color Harmonies of #63555E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63555E

Black with #63555E

Text Example


Text Example

White with #63555E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #63555E; }

 p { color: rgb(99,85,94); }

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

background-color css

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

 a { background-color: rgb(99,85,94); }

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

border-color css

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

 span { border-color: rgb(99,85,94); }

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