Html Css Color HEX #63525D Liver

📋 copy color: '#63525D'

red 99 ◦ green 82 ◦ blue 93

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

Shades of Liver #63525D

Tints of Liver #63525D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 33.94%

R = 36.13%
G = 29.93%
B = 33.94%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.06

 K value IS 0.61

RGB Variations

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

Color information

#63525D (or 0x63525D) is known color: Liver. HEX triplet: 63, 52 and 5D. RGB value is (99,82,93). Sum of RGB (Red+Green+Blue) = 99+82+93=274 (36% of max value = 765). Red value is 99 (39.06% from 255 or 36.13% from 274); Green value is 82 (32.42% from 255 or 29.93% from 274); Blue value is 93 (36.72% from 255 or 33.94% from 274); Max value from RGB is 99 - color contains mainly: red. Hex color #63525D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #63525D is #9CADA2. Grayscale: #585858. Windows color (decimal): -10268067 or 6115939. OLE color: 6115939.

HSL color Cylindrical-coordinate representation of color #63525D: hue angle of 321.18º 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 #63525D is Cyan = 0, Magento = 0.17, Yellow = 0.06 and Black (K on CMYK) = 0.61.

Color convert

RGB 99 82 93 -
CMYK 0 0.17 0.06 0.61
HSL 321.18º 0.09% 0.35% -
HSV(B) 321.18º 0.17% 0.39% -
XYZ 10.14 9.48 11.65 -
YUV 88.34 130.63 135.61 -
System Red Green Blue C M Y K H S L
Decimal 99 82 93 0 0.17 0.06 0.61 321.18 0.09 0.35
Hex 63 52 5D 0 11 6 3D 141 9 23
Octal 143 122 135 0 21 6 75 501 11 43
Binary 1100011 1010010 1011101 0 10001 110 111101 101000001 1001 100011

Color Harmonies of #63525D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63525D

Black with #63525D

Text Example


Text Example

White with #63525D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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