Html Css Color HEX #63545E Salt Box

📋 copy color: '#63545E'

red 99 ◦ green 84 ◦ blue 94

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

Shades of Salt Box #63545E

Tints of Salt Box #63545E

RGB

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

 GREEN value IS 84 (33.2% from 255) = 30.32%

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

R = 35.74%
G = 30.32%
B = 33.94%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.05

 K value IS 0.61

RGB Variations

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

Color information

#63545E (or 0x63545E) is known color: Salt Box. HEX triplet: 63, 54 and 5E. RGB value is (99,84,94). Sum of RGB (Red+Green+Blue) = 99+84+94=277 (36% of max value = 765). Red value is 99 (39.06% from 255 or 35.74% from 277); Green value is 84 (33.20% from 255 or 30.32% from 277); Blue value is 94 (37.11% from 255 or 33.94% from 277); Max value from RGB is 99 - color contains mainly: red. Hex color #63545E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #63545E is #9CABA1. Grayscale: #595959. Windows color (decimal): -10267554 or 6181987. OLE color: 6181987.

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

Color convert

RGB 99 84 94 -
CMYK 0 0.15 0.05 0.61
HSL 320º 0.08% 0.36% -
HSV(B) 320º 0.15% 0.39% -
XYZ 10.34 9.8 11.94 -
YUV 89.63 130.47 134.69 -
System Red Green Blue C M Y K H S L
Decimal 99 84 94 0 0.15 0.05 0.61 320 0.08 0.36
Hex 63 54 5E 0 F 5 3D 140 8 24
Octal 143 124 136 0 17 5 75 500 10 44
Binary 1100011 1010100 1011110 0 1111 101 111101 101000000 1000 100100

Color Harmonies of #63545E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63545E

Black with #63545E

Text Example


Text Example

White with #63545E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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