#634252

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

Shades of Finn #634252

Tints of Finn #634252

Color information

#634252 (or 0x634252) is unknown color: approx Finn. HEX triplet: 63, 42 and 52. RGB value is (99,66,82). Sum of RGB (Red+Green+Blue) = 99+66+82=247 (32% of max value = 765). Red value is 99 (39.06% from 255 or 40.08% from 247); Green value is 66 (26.17% from 255 or 26.72% from 247); Blue value is 82 (32.42% from 255 or 33.20% from 247); Max value from RGB is 99 - color contains mainly: red. Hex color #634252 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #634252 is #9CBDAD. Grayscale: #4D4D4D. Windows color (decimal): -10272174 or 5390947. OLE color: 5390947.

HSL color Cylindrical-coordinate representation of color #634252: hue angle of 330.91º 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 #634252 is Cyan = 0, Magento = 0.33, Yellow = 0.17 and Black (K on CMYK) = 0.61.

Color convert

RGB996682-
CMYK00.330.170.61
HSL330.91º20%32.35%-
HSV(B)330.91º33.33%38.82%-
XYZ8.627.168.91-
YUV77.69130.43143.2-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 40.08%
GREEN value IS 66 (26.17% from 255) = 26.72%
BLUE value IS 82 (32.42% from 255) = 33.20%
R=40.08%
G=26.72%
B=33.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.17
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99668200.330.170.61330.912032.35
Hex634252021113D14b1420
Octal14310212204121755132440
Binary11000111000010101001001000011000111110110100101110100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #634252

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #634252; }

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

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

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

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

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

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

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

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