#683253

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

Shades of Finn #683253

Tints of Finn #683253

Color information

#683253 (or 0x683253) is unknown color: approx Finn. HEX triplet: 68, 32 and 53. RGB value is (104,50,83). Sum of RGB (Red+Green+Blue) = 104+50+83=237 (31% of max value = 765). Red value is 104 (41.02% from 255 or 43.88% from 237); Green value is 50 (19.92% from 255 or 21.10% from 237); Blue value is 83 (32.81% from 255 or 35.02% from 237); Max value from RGB is 104 - color contains mainly: red. Hex color #683253 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #683253 is #97CDAC. Grayscale: #454545. Windows color (decimal): -9948589 or 5452392. OLE color: 5452392.

HSL color Cylindrical-coordinate representation of color #683253: hue angle of 323.33º 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 #683253 is Cyan = 0, Magento = 0.52, Yellow = 0.20 and Black (K on CMYK) = 0.59.

Color convert

RGB1045083-
CMYK00.520.200.59
HSL323.33º35.06%30.2%-
HSV(B)323.33º51.92%40.78%-
XYZ8.415.858.87-
YUV69.91135.39152.32-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 43.88%
GREEN value IS 50 (19.92% from 255) = 21.10%
BLUE value IS 83 (32.81% from 255) = 35.02%
R=43.88%
G=21.10%
B=35.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.20
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104508300.520.200.59323.3335.0630.2
Hex683253034143B143231e
Octal1506212306424735034336
Binary1101000110010101001101101001010011101110100001110001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #683253

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #683253; }

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

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

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

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

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

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

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

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