Html Css Color HEX #63555D Finn

📋 copy color: '#63555D'

red 99 ◦ green 85 ◦ blue 93

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

Shades of Finn #63555D

Tints of Finn #63555D

RGB

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

 GREEN value IS 85 (33.59% from 255) = 30.69%

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

R = 35.74%
G = 30.69%
B = 33.57%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.06

 K value IS 0.61

RGB Variations

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

Color information

#63555D (or 0x63555D) is known color: Finn. HEX triplet: 63, 55 and 5D. RGB value is (99,85,93). Sum of RGB (Red+Green+Blue) = 99+85+93=277 (36% of max value = 765). Red value is 99 (39.06% from 255 or 35.74% from 277); Green value is 85 (33.59% from 255 or 30.69% from 277); Blue value is 93 (36.72% from 255 or 33.57% from 277); Max value from RGB is 99 - color contains mainly: red. Hex color #63555D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #63555D is #9CAAA2. Grayscale: #5A5A5A. Windows color (decimal): -10267299 or 6116707. OLE color: 6116707.

HSL color Cylindrical-coordinate representation of color #63555D: hue angle of 325.71º degrees, saturation: 0.08, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #63555D is Cyan = 0, Magento = 0.14, Yellow = 0.06 and Black (K on CMYK) = 0.61.

Color convert

RGB 99 85 93 -
CMYK 0 0.14 0.06 0.61
HSL 325.71º 0.08% 0.36% -
HSV(B) 325.71º 0.14% 0.39% -
XYZ 10.37 9.94 11.73 -
YUV 90.1 129.64 134.35 -
System Red Green Blue C M Y K H S L
Decimal 99 85 93 0 0.14 0.06 0.61 325.71 0.08 0.36
Hex 63 55 5D 0 E 6 3D 146 8 24
Octal 143 125 135 0 16 6 75 506 10 44
Binary 1100011 1010101 1011101 0 1110 110 111101 101000110 1000 100100

Color Harmonies of #63555D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63555D

Black with #63555D

Text Example


Text Example

White with #63555D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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