#683B52

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

Shades of Finn #683B52

Tints of Finn #683B52

Color information

#683B52 (or 0x683B52) is unknown color: approx Finn. HEX triplet: 68, 3B and 52. RGB value is (104,59,82). Sum of RGB (Red+Green+Blue) = 104+59+82=245 (32% of max value = 765). Red value is 104 (41.02% from 255 or 42.45% from 245); Green value is 59 (23.44% from 255 or 24.08% from 245); Blue value is 82 (32.42% from 255 or 33.47% from 245); Max value from RGB is 104 - color contains mainly: red. Hex color #683B52 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #683B52 is #97C4AD. Grayscale: #4B4B4B. Windows color (decimal): -9946286 or 5389160. OLE color: 5389160.

HSL color Cylindrical-coordinate representation of color #683B52: hue angle of 329.33º degrees, saturation: 0.28, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #683B52 is Cyan = 0, Magento = 0.43, Yellow = 0.21 and Black (K on CMYK) = 0.59.

Color convert

RGB1045982-
CMYK00.430.210.59
HSL329.33º27.61%31.96%-
HSV(B)329.33º43.27%40.78%-
XYZ8.86.688.81-
YUV75.08131.91148.63-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 42.45%
GREEN value IS 59 (23.44% from 255) = 24.08%
BLUE value IS 82 (32.42% from 255) = 33.47%
R=42.45%
G=24.08%
B=33.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.21
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104598200.430.210.59329.3327.6131.96
Hex683B5202B153B1491c20
Octal1507312205325735113440
Binary1101000111011101001001010111010111101110100100111100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #683B52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #683B52; }

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

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

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

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

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

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

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

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