#634153

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

Shades of Finn #634153

Tints of Finn #634153

Color information

#634153 (or 0x634153) is unknown color: approx Finn. HEX triplet: 63, 41 and 53. RGB value is (99,65,83). Sum of RGB (Red+Green+Blue) = 99+65+83=247 (32% of max value = 765). Red value is 99 (39.06% from 255 or 40.08% from 247); Green value is 65 (25.78% from 255 or 26.32% from 247); Blue value is 83 (32.81% from 255 or 33.60% from 247); Max value from RGB is 99 - color contains mainly: red. Hex color #634153 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #634153 is #9CBEAC. Grayscale: #4D4D4D. Windows color (decimal): -10272429 or 5456227. OLE color: 5456227.

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

Color convert

RGB996583-
CMYK00.340.160.61
HSL328.24º20.73%32.16%-
HSV(B)328.24º34.34%38.82%-
XYZ8.67.069.09-
YUV77.22131.26143.54-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 40.08%
GREEN value IS 65 (25.78% from 255) = 26.32%
BLUE value IS 83 (32.81% from 255) = 33.60%
R=40.08%
G=26.32%
B=33.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.16
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99658300.340.160.61328.2420.7332.16
Hex634153022103D1481520
Octal14310112304220755102540
Binary11000111000001101001101000101000011110110100100010101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #634153

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #634153; }

 p { color: rgb(99,65,83); }

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

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

 a { background-color: rgb(99,65,83); }

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

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

 span { border-color: rgb(99,65,83); }

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