Html Css Color HEX #683D53 Finn

📋 copy color: '#683D53'

red 104 ◦ green 61 ◦ blue 83

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

Shades of Finn #683D53

Tints of Finn #683D53

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 33.47%

R = 41.94%
G = 24.6%
B = 33.47%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.20

 K value IS 0.59

RGB Variations

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

Color information

#683D53 (or 0x683D53) is known color: Finn. HEX triplet: 68, 3D and 53. RGB value is (104,61,83). Sum of RGB (Red+Green+Blue) = 104+61+83=248 (32% of max value = 765). Red value is 104 (41.02% from 255 or 41.94% from 248); Green value is 61 (24.22% from 255 or 24.60% from 248); Blue value is 83 (32.81% from 255 or 33.47% from 248); Max value from RGB is 104 - color contains mainly: red. Hex color #683D53 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #683D53 is #97C2AC. Grayscale: #4C4C4C. Windows color (decimal): -9945773 or 5455208. OLE color: 5455208.

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

Color convert

RGB 104 61 83 -
CMYK 0 0.41 0.20 0.59
HSL 329.3º 0.26% 0.32% -
HSV(B) 329.3º 0.41% 0.41% -
XYZ 8.94 6.91 9.05 -
YUV 76.37 131.75 147.71 -
System Red Green Blue C M Y K H S L
Decimal 104 61 83 0 0.41 0.20 0.59 329.3 0.26 0.32
Hex 68 3D 53 0 29 14 3B 149 1A 20
Octal 150 75 123 0 51 24 73 511 32 40
Binary 1101000 111101 1010011 0 101001 10100 111011 101001001 11010 100000

Color Harmonies of #683D53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #683D53

Black with #683D53

Text Example


Text Example

White with #683D53

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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