#683251

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

Shades of Finn #683251

Tints of Finn #683251

Color information

#683251 (or 0x683251) is unknown color: approx Finn. HEX triplet: 68, 32 and 51. RGB value is (104,50,81). Sum of RGB (Red+Green+Blue) = 104+50+81=235 (31% of max value = 765). Red value is 104 (41.02% from 255 or 44.26% from 235); Green value is 50 (19.92% from 255 or 21.28% from 235); Blue value is 81 (32.03% from 255 or 34.47% from 235); Max value from RGB is 104 - color contains mainly: red. Hex color #683251 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #683251 is #97CDAE. Grayscale: #454545. Windows color (decimal): -9948591 or 5321320. OLE color: 5321320.

HSL color Cylindrical-coordinate representation of color #683251: hue angle of 325.56º degrees, saturation: 0.35, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #683251 is Cyan = 0, Magento = 0.52, Yellow = 0.22 and Black (K on CMYK) = 0.59.

Color convert

RGB1045081-
CMYK00.520.220.59
HSL325.56º35.06%30.2%-
HSV(B)325.56º51.92%40.78%-
XYZ8.335.828.47-
YUV69.68134.39152.48-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 44.26%
GREEN value IS 50 (19.92% from 255) = 21.28%
BLUE value IS 81 (32.03% from 255) = 34.47%
R=44.26%
G=21.28%
B=34.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.22
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104508100.520.220.59325.5635.0630.2
Hex683251034163B146231e
Octal1506212106426735064336
Binary1101000110010101000101101001011011101110100011010001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #683251

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #683251; }

 p { color: rgb(104,50,81); }

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

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

 a { background-color: rgb(104,50,81); }

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

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

 span { border-color: rgb(104,50,81); }

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