#634752

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

Shades of Finn #634752

Tints of Finn #634752

Color information

#634752 (or 0x634752) is unknown color: approx Finn. HEX triplet: 63, 47 and 52. RGB value is (99,71,82). Sum of RGB (Red+Green+Blue) = 99+71+82=252 (33% of max value = 765). Red value is 99 (39.06% from 255 or 39.29% from 252); Green value is 71 (28.12% from 255 or 28.17% from 252); Blue value is 82 (32.42% from 255 or 32.54% from 252); Max value from RGB is 99 - color contains mainly: red. Hex color #634752 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #634752 is #9CB8AD. Grayscale: #505050. Windows color (decimal): -10270894 or 5392227. OLE color: 5392227.

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

Color convert

RGB997182-
CMYK00.280.170.61
HSL336.43º16.47%33.33%-
HSV(B)336.43º28.28%38.82%-
XYZ8.927.779.01-
YUV80.63128.78141.11-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 39.29%
GREEN value IS 71 (28.12% from 255) = 28.17%
BLUE value IS 82 (32.42% from 255) = 32.54%
R=39.29%
G=28.17%
B=32.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.17
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99718200.280.170.61336.4316.4733.33
Hex63475201C113D1501021
Octal14310712203421755202041
Binary1100011100011110100100111001000111110110101000010000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #634752

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #634752; }

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

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

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

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

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

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

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

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