Html Css Color HEX #63575E Finn

📋 copy color: '#63575E'

red 99 ◦ green 87 ◦ blue 94

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

Shades of Finn #63575E

Tints of Finn #63575E

RGB

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

 GREEN value IS 87 (34.38% from 255) = 31.07%

 BLUE value IS 94 (37.11% from 255) = 33.57%

R = 35.36%
G = 31.07%
B = 33.57%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.05

 K value IS 0.61

RGB Variations

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

Color information

#63575E (or 0x63575E) is known color: Finn. HEX triplet: 63, 57 and 5E. RGB value is (99,87,94). Sum of RGB (Red+Green+Blue) = 99+87+94=280 (37% of max value = 765). Red value is 99 (39.06% from 255 or 35.36% from 280); Green value is 87 (34.38% from 255 or 31.07% from 280); Blue value is 94 (37.11% from 255 or 33.57% from 280); Max value from RGB is 99 - color contains mainly: red. Hex color #63575E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #63575E is #9CA8A1. Grayscale: #5B5B5B. Windows color (decimal): -10266786 or 6182755. OLE color: 6182755.

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

Color convert

RGB 99 87 94 -
CMYK 0 0.12 0.05 0.61
HSL 325º 0.06% 0.36% -
HSV(B) 325º 0.12% 0.39% -
XYZ 10.57 10.28 12.02 -
YUV 91.39 129.48 133.43 -
System Red Green Blue C M Y K H S L
Decimal 99 87 94 0 0.12 0.05 0.61 325 0.06 0.36
Hex 63 57 5E 0 C 5 3D 145 6 24
Octal 143 127 136 0 14 5 75 505 6 44
Binary 1100011 1010111 1011110 0 1100 101 111101 101000101 110 100100

Color Harmonies of #63575E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63575E

Black with #63575E

Text Example


Text Example

White with #63575E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #63575E; }

 p { color: rgb(99,87,94); }

 H1.HeaderClassName
 {
   color: #63575E;
 }
 .AnyTagClassName
 {
   color: #63575E;
 }
</style>

background-color css

<style>
 a { background-color: #63575E; }

 a { background-color: rgb(99,87,94); }

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

border-color css

<style>
 span { border-color: #63575E; }

 span { border-color: rgb(99,87,94); }

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