Html Css Color HEX #683D56 Finn

📋 copy color: '#683D56'

red 104 ◦ green 61 ◦ blue 86

#683D56
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Finn #683D56

Tints of Finn #683D56

RGB

 RED value IS 104 (41.02% from 255) = 41.43%

 GREEN value IS 61 (24.22% from 255) = 24.3%

 BLUE value IS 86 (33.98% from 255) = 34.26%

R = 41.43%
G = 24.3%
B = 34.26%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.17

 K value IS 0.59

RGB Variations

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

Color information

#683D56 (or 0x683D56) is known color: Finn. HEX triplet: 68, 3D and 56. RGB value is (104,61,86). Sum of RGB (Red+Green+Blue) = 104+61+86=251 (33% of max value = 765). Red value is 104 (41.02% from 255 or 41.43% from 251); Green value is 61 (24.22% from 255 or 24.30% from 251); Blue value is 86 (33.98% from 255 or 34.26% from 251); Max value from RGB is 104 - color contains mainly: red. Hex color #683D56 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #683D56 is #97C2A9. Grayscale: #4C4C4C. Windows color (decimal): -9945770 or 5651816. OLE color: 5651816.

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

Color convert

RGB 104 61 86 -
CMYK 0 0.41 0.17 0.59
HSL 325.12º 0.26% 0.32% -
HSV(B) 325.12º 0.41% 0.41% -
XYZ 9.06 6.95 9.67 -
YUV 76.71 133.25 147.47 -
System Red Green Blue C M Y K H S L
Decimal 104 61 86 0 0.41 0.17 0.59 325.12 0.26 0.32
Hex 68 3D 56 0 29 11 3B 145 1A 20
Octal 150 75 126 0 51 21 73 505 32 40
Binary 1101000 111101 1010110 0 101001 10001 111011 101000101 11010 100000

Color Harmonies of #683D56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #683D56

Black with #683D56

Text Example


Text Example

White with #683D56

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(104,61,86); }

 H1.HeaderClassName
 {
   color: #683D56;
 }
 .AnyTagClassName
 {
   color: #683D56;
 }
</style>

background-color css

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

 a { background-color: rgb(104,61,86); }

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

border-color css

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

 span { border-color: rgb(104,61,86); }

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