Html Css Color HEX #63505A Finn

📋 copy color: '#63505A'

red 99 ◦ green 80 ◦ blue 90

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

Shades of Finn #63505A

Tints of Finn #63505A

RGB

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

 GREEN value IS 80 (31.64% from 255) = 29.74%

 BLUE value IS 90 (35.55% from 255) = 33.46%

R = 36.8%
G = 29.74%
B = 33.46%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.09

 K value IS 0.61

RGB Variations

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

Color information

#63505A (or 0x63505A) is known color: Finn. HEX triplet: 63, 50 and 5A. RGB value is (99,80,90). Sum of RGB (Red+Green+Blue) = 99+80+90=269 (35% of max value = 765). Red value is 99 (39.06% from 255 or 36.80% from 269); Green value is 80 (31.64% from 255 or 29.74% from 269); Blue value is 90 (35.55% from 255 or 33.46% from 269); Max value from RGB is 99 - color contains mainly: red. Hex color #63505A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #63505A is #9CAFA5. Grayscale: #565656. Windows color (decimal): -10268582 or 5918819. OLE color: 5918819.

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

Color convert

RGB 99 80 90 -
CMYK 0 0.19 0.09 0.61
HSL 328.42º 0.11% 0.35% -
HSV(B) 328.42º 0.19% 0.39% -
XYZ 9.86 9.13 10.92 -
YUV 86.82 129.79 136.69 -
System Red Green Blue C M Y K H S L
Decimal 99 80 90 0 0.19 0.09 0.61 328.42 0.11 0.35
Hex 63 50 5A 0 13 9 3D 148 B 23
Octal 143 120 132 0 23 11 75 510 13 43
Binary 1100011 1010000 1011010 0 10011 1001 111101 101001000 1011 100011

Color Harmonies of #63505A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63505A

Black with #63505A

Text Example


Text Example

White with #63505A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #63505A; }

 p { color: rgb(99,80,90); }

 H1.HeaderClassName
 {
   color: #63505A;
 }
 .AnyTagClassName
 {
   color: #63505A;
 }
</style>

background-color css

<style>
 a { background-color: #63505A; }

 a { background-color: rgb(99,80,90); }

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

border-color css

<style>
 span { border-color: #63505A; }

 span { border-color: rgb(99,80,90); }

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