Html Css Color HEX #63535F Salt Box

📋 copy color: '#63535F'

red 99 ◦ green 83 ◦ blue 95

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

Shades of Salt Box #63535F

Tints of Salt Box #63535F

RGB

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

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

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

R = 35.74%
G = 29.96%
B = 34.3%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.04

 K value IS 0.61

RGB Variations

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

Color information

#63535F (or 0x63535F) is known color: Salt Box. HEX triplet: 63, 53 and 5F. RGB value is (99,83,95). Sum of RGB (Red+Green+Blue) = 99+83+95=277 (36% of max value = 765). Red value is 99 (39.06% from 255 or 35.74% from 277); Green value is 83 (32.81% from 255 or 29.96% from 277); Blue value is 95 (37.5% from 255 or 34.30% from 277); Max value from RGB is 99 - color contains mainly: red. Hex color #63535F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #63535F is #9CACA0. Grayscale: #595959. Windows color (decimal): -10267809 or 6247267. OLE color: 6247267.

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

Color convert

RGB 99 83 95 -
CMYK 0 0.16 0.04 0.61
HSL 315º 0.09% 0.36% -
HSV(B) 315º 0.16% 0.39% -
XYZ 10.3 9.67 12.15 -
YUV 89.15 131.3 135.02 -
System Red Green Blue C M Y K H S L
Decimal 99 83 95 0 0.16 0.04 0.61 315 0.09 0.36
Hex 63 53 5F 0 10 4 3D 13B 9 24
Octal 143 123 137 0 20 4 75 473 11 44
Binary 1100011 1010011 1011111 0 10000 100 111101 100111011 1001 100100

Color Harmonies of #63535F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63535F

Black with #63535F

Text Example


Text Example

White with #63535F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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