Html Css Color HEX #634856 Finn

📋 copy color: '#634856'

red 99 ◦ green 72 ◦ blue 86

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

Shades of Finn #634856

Tints of Finn #634856

RGB

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

 GREEN value IS 72 (28.52% from 255) = 28.02%

 BLUE value IS 86 (33.98% from 255) = 33.46%

R = 38.52%
G = 28.02%
B = 33.46%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.13

 K value IS 0.61

RGB Variations

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

Color information

#634856 (or 0x634856) is known color: Finn. HEX triplet: 63, 48 and 56. RGB value is (99,72,86). Sum of RGB (Red+Green+Blue) = 99+72+86=257 (34% of max value = 765). Red value is 99 (39.06% from 255 or 38.52% from 257); Green value is 72 (28.52% from 255 or 28.02% from 257); Blue value is 86 (33.98% from 255 or 33.46% from 257); Max value from RGB is 99 - color contains mainly: red. Hex color #634856 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #634856 is #9CB7A9. Grayscale: #515151. Windows color (decimal): -10270634 or 5654627. OLE color: 5654627.

HSL color Cylindrical-coordinate representation of color #634856: hue angle of 328.89º degrees, saturation: 0.16, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #634856 is Cyan = 0, Magento = 0.27, Yellow = 0.13 and Black (K on CMYK) = 0.61.

Color convert

RGB 99 72 86 -
CMYK 0 0.27 0.13 0.61
HSL 328.89º 0.16% 0.34% -
HSV(B) 328.89º 0.27% 0.39% -
XYZ 9.14 7.96 9.86 -
YUV 81.67 130.45 140.36 -
System Red Green Blue C M Y K H S L
Decimal 99 72 86 0 0.27 0.13 0.61 328.89 0.16 0.34
Hex 63 48 56 0 1B D 3D 149 10 22
Octal 143 110 126 0 33 15 75 511 20 42
Binary 1100011 1001000 1010110 0 11011 1101 111101 101001001 10000 100010

Color Harmonies of #634856

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #634856

Black with #634856

Text Example


Text Example

White with #634856

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #634856; }

 p { color: rgb(99,72,86); }

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

background-color css

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

 a { background-color: rgb(99,72,86); }

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

border-color css

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

 span { border-color: rgb(99,72,86); }

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