#634352

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

Shades of Finn #634352

Tints of Finn #634352

Color information

#634352 (or 0x634352) is unknown color: approx Finn. HEX triplet: 63, 43 and 52. RGB value is (99,67,82). Sum of RGB (Red+Green+Blue) = 99+67+82=248 (32% of max value = 765). Red value is 99 (39.06% from 255 or 39.92% from 248); Green value is 67 (26.56% from 255 or 27.02% from 248); Blue value is 82 (32.42% from 255 or 33.06% from 248); Max value from RGB is 99 - color contains mainly: red. Hex color #634352 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #634352 is #9CBCAD. Grayscale: #4E4E4E. Windows color (decimal): -10271918 or 5391203. OLE color: 5391203.

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

Color convert

RGB996782-
CMYK00.320.170.61
HSL331.88º19.28%32.55%-
HSV(B)331.88º32.32%38.82%-
XYZ8.687.288.93-
YUV78.28130.1142.78-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 39.92%
GREEN value IS 67 (26.56% from 255) = 27.02%
BLUE value IS 82 (32.42% from 255) = 33.06%
R=39.92%
G=27.02%
B=33.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.17
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99678200.320.170.61331.8819.2832.55
Hex634352020113D14c1321
Octal14310312204021755142341
Binary11000111000011101001001000001000111110110100110010011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #634352

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #634352; }

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

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

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

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

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

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

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

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