#634251

Color #634251 Finn (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Finn #634251

Tints of Finn #634251

Color information

#634251 (or 0x634251) is unknown color: approx Finn. HEX triplet: 63, 42 and 51. RGB value is (99,66,81). Sum of RGB (Red+Green+Blue) = 99+66+81=246 (32% of max value = 765). Red value is 99 (39.06% from 255 or 40.24% from 246); Green value is 66 (26.17% from 255 or 26.83% from 246); Blue value is 81 (32.03% from 255 or 32.93% from 246); Max value from RGB is 99 - color contains mainly: red. Hex color #634251 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #634251 is #9CBDAE. Grayscale: #4D4D4D. Windows color (decimal): -10272175 or 5325411. OLE color: 5325411.

HSL color Cylindrical-coordinate representation of color #634251: hue angle of 332.73º degrees, saturation: 0.2, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #634251 is Cyan = 0, Magento = 0.33, Yellow = 0.18 and Black (K on CMYK) = 0.61.

Color convert

RGB996681-
CMYK00.330.180.61
HSL332.73º20%32.35%-
HSV(B)332.73º33.33%38.82%-
XYZ8.587.148.71-
YUV77.58129.93143.28-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 40.24%
GREEN value IS 66 (26.17% from 255) = 26.83%
BLUE value IS 81 (32.03% from 255) = 32.93%
R=40.24%
G=26.83%
B=32.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.18
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99668100.330.180.61332.732032.35
Hex634251021123D14d1420
Octal14310212104122755152440
Binary11000111000010101000101000011001011110110100110110100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #634251

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #634251; }

 p { color: rgb(99,66,81); }

 H1.HeaderClassName
 {
   color: #634251;
 }
 .AnyTagClassName
 {
   color: #634251;
 }
</style>
background-color css

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

 a { background-color: rgb(99,66,81); }

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

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

 span { border-color: rgb(99,66,81); }

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