#603851

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

Shades of Finn #603851

Tints of Finn #603851

Color information

#603851 (or 0x603851) is unknown color: approx Finn. HEX triplet: 60, 38 and 51. RGB value is (96,56,81). Sum of RGB (Red+Green+Blue) = 96+56+81=233 (30% of max value = 765). Red value is 96 (37.89% from 255 or 41.20% from 233); Green value is 56 (22.27% from 255 or 24.03% from 233); Blue value is 81 (32.03% from 255 or 34.76% from 233); Max value from RGB is 96 - color contains mainly: red. Hex color #603851 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #603851 is #9FC7AE. Grayscale: #464646. Windows color (decimal): -10471343 or 5322848. OLE color: 5322848.

HSL color Cylindrical-coordinate representation of color #603851: hue angle of 322.5º degrees, saturation: 0.26, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #603851 is Cyan = 0, Magento = 0.42, Yellow = 0.16 and Black (K on CMYK) = 0.62.

Color convert

RGB965681-
CMYK00.420.160.62
HSL322.5º26.32%29.8%-
HSV(B)322.5º41.67%37.65%-
XYZ7.725.918.52-
YUV70.81133.75145.97-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 41.20%
GREEN value IS 56 (22.27% from 255) = 24.03%
BLUE value IS 81 (32.03% from 255) = 34.76%
R=41.20%
G=24.03%
B=34.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.16
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96568100.420.160.62322.526.3229.8
Hex60385102A103E1421a1e
Octal1407012105220765023236
Binary110000011100010100010101010100001111101010000101101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #603851

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #603851; }

 p { color: rgb(96,56,81); }

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

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

 a { background-color: rgb(96,56,81); }

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

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

 span { border-color: rgb(96,56,81); }

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