#683252

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

Shades of Finn #683252

Tints of Finn #683252

Color information

#683252 (or 0x683252) is unknown color: approx Finn. HEX triplet: 68, 32 and 52. RGB value is (104,50,82). Sum of RGB (Red+Green+Blue) = 104+50+82=236 (31% of max value = 765). Red value is 104 (41.02% from 255 or 44.07% from 236); Green value is 50 (19.92% from 255 or 21.19% from 236); Blue value is 82 (32.42% from 255 or 34.75% from 236); Max value from RGB is 104 - color contains mainly: red. Hex color #683252 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #683252 is #97CDAD. Grayscale: #454545. Windows color (decimal): -9948590 or 5386856. OLE color: 5386856.

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

Color convert

RGB1045082-
CMYK00.520.210.59
HSL324.44º35.06%30.2%-
HSV(B)324.44º51.92%40.78%-
XYZ8.375.838.67-
YUV69.79134.89152.4-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 44.07%
GREEN value IS 50 (19.92% from 255) = 21.19%
BLUE value IS 82 (32.42% from 255) = 34.75%
R=44.07%
G=21.19%
B=34.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.21
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104508200.520.210.59324.4435.0630.2
Hex683252034153B144231e
Octal1506212206425735044336
Binary1101000110010101001001101001010111101110100010010001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #683252

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #683252; }

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

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

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

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

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

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

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

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