Html Css Color HEX #63535E Salt Box

📋 copy color: '#63535E'

red 99 ◦ green 83 ◦ blue 94

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

Shades of Salt Box #63535E

Tints of Salt Box #63535E

RGB

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

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

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

R = 35.87%
G = 30.07%
B = 34.06%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.05

 K value IS 0.61

RGB Variations

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

Color information

#63535E (or 0x63535E) is known color: Salt Box. HEX triplet: 63, 53 and 5E. RGB value is (99,83,94). Sum of RGB (Red+Green+Blue) = 99+83+94=276 (36% of max value = 765). Red value is 99 (39.06% from 255 or 35.87% from 276); Green value is 83 (32.81% from 255 or 30.07% from 276); Blue value is 94 (37.11% from 255 or 34.06% from 276); Max value from RGB is 99 - color contains mainly: red. Hex color #63535E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #63535E is #9CACA1. Grayscale: #595959. Windows color (decimal): -10267810 or 6181731. OLE color: 6181731.

HSL color Cylindrical-coordinate representation of color #63535E: hue angle of 318.75º 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 #63535E is Cyan = 0, Magento = 0.16, Yellow = 0.05 and Black (K on CMYK) = 0.61.

Color convert

RGB 99 83 94 -
CMYK 0 0.16 0.05 0.61
HSL 318.75º 0.09% 0.36% -
HSV(B) 318.75º 0.16% 0.39% -
XYZ 10.26 9.65 11.91 -
YUV 89.04 130.8 135.11 -
System Red Green Blue C M Y K H S L
Decimal 99 83 94 0 0.16 0.05 0.61 318.75 0.09 0.36
Hex 63 53 5E 0 10 5 3D 13F 9 24
Octal 143 123 136 0 20 5 75 477 11 44
Binary 1100011 1010011 1011110 0 10000 101 111101 100111111 1001 100100

Color Harmonies of #63535E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63535E

Black with #63535E

Text Example


Text Example

White with #63535E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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