Html Css Color HEX #63525F Salt Box

📋 copy color: '#63525F'

red 99 ◦ green 82 ◦ blue 95

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

Shades of Salt Box #63525F

Tints of Salt Box #63525F

RGB

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

 GREEN value IS 82 (32.42% from 255) = 29.71%

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

R = 35.87%
G = 29.71%
B = 34.42%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.04

 K value IS 0.61

RGB Variations

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

Color information

#63525F (or 0x63525F) is known color: Salt Box. HEX triplet: 63, 52 and 5F. RGB value is (99,82,95). Sum of RGB (Red+Green+Blue) = 99+82+95=276 (36% of max value = 765). Red value is 99 (39.06% from 255 or 35.87% from 276); Green value is 82 (32.42% from 255 or 29.71% from 276); Blue value is 95 (37.5% from 255 or 34.42% from 276); Max value from RGB is 99 - color contains mainly: red. Hex color #63525F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #63525F is #9CADA0. Grayscale: #585858. Windows color (decimal): -10268065 or 6247011. OLE color: 6247011.

HSL color Cylindrical-coordinate representation of color #63525F: hue angle of 314.12º degrees, saturation: 0.09, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #63525F is Cyan = 0, Magento = 0.17, Yellow = 0.04 and Black (K on CMYK) = 0.61.

Color convert

RGB 99 82 95 -
CMYK 0 0.17 0.04 0.61
HSL 314.12º 0.09% 0.35% -
HSV(B) 314.12º 0.17% 0.39% -
XYZ 10.23 9.51 12.12 -
YUV 88.57 131.63 135.44 -
System Red Green Blue C M Y K H S L
Decimal 99 82 95 0 0.17 0.04 0.61 314.12 0.09 0.35
Hex 63 52 5F 0 11 4 3D 13A 9 23
Octal 143 122 137 0 21 4 75 472 11 43
Binary 1100011 1010010 1011111 0 10001 100 111101 100111010 1001 100011

Color Harmonies of #63525F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63525F

Black with #63525F

Text Example


Text Example

White with #63525F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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