Html Css Color HEX #63545D Finn

📋 copy color: '#63545D'

red 99 ◦ green 84 ◦ blue 93

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

Shades of Finn #63545D

Tints of Finn #63545D

RGB

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

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

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

R = 35.87%
G = 30.43%
B = 33.7%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.06

 K value IS 0.61

RGB Variations

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

Color information

#63545D (or 0x63545D) is known color: Finn. HEX triplet: 63, 54 and 5D. RGB value is (99,84,93). Sum of RGB (Red+Green+Blue) = 99+84+93=276 (36% of max value = 765). Red value is 99 (39.06% from 255 or 35.87% from 276); Green value is 84 (33.20% from 255 or 30.43% from 276); Blue value is 93 (36.72% from 255 or 33.70% from 276); Max value from RGB is 99 - color contains mainly: red. Hex color #63545D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #63545D is #9CABA2. Grayscale: #595959. Windows color (decimal): -10267555 or 6116451. OLE color: 6116451.

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

Color convert

RGB 99 84 93 -
CMYK 0 0.15 0.06 0.61
HSL 324º 0.08% 0.36% -
HSV(B) 324º 0.15% 0.39% -
XYZ 10.29 9.78 11.7 -
YUV 89.51 129.97 134.77 -
System Red Green Blue C M Y K H S L
Decimal 99 84 93 0 0.15 0.06 0.61 324 0.08 0.36
Hex 63 54 5D 0 F 6 3D 144 8 24
Octal 143 124 135 0 17 6 75 504 10 44
Binary 1100011 1010100 1011101 0 1111 110 111101 101000100 1000 100100

Color Harmonies of #63545D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63545D

Black with #63545D

Text Example


Text Example

White with #63545D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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