Html Css Color HEX #683A52 Finn

📋 copy color: '#683A52'

red 104 ◦ green 58 ◦ blue 82

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

Shades of Finn #683A52

Tints of Finn #683A52

RGB

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

 GREEN value IS 58 (23.05% from 255) = 23.77%

 BLUE value IS 82 (32.42% from 255) = 33.61%

R = 42.62%
G = 23.77%
B = 33.61%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.21

 K value IS 0.59

RGB Variations

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

Color information

#683A52 (or 0x683A52) is known color: Finn. HEX triplet: 68, 3A and 52. RGB value is (104,58,82). Sum of RGB (Red+Green+Blue) = 104+58+82=244 (32% of max value = 765). Red value is 104 (41.02% from 255 or 42.62% from 244); Green value is 58 (23.05% from 255 or 23.77% from 244); Blue value is 82 (32.42% from 255 or 33.61% from 244); Max value from RGB is 104 - color contains mainly: red. Hex color #683A52 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #683A52 is #97C5AD. Grayscale: #4A4A4A. Windows color (decimal): -9946542 or 5388904. OLE color: 5388904.

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

Color convert

RGB 104 58 82 -
CMYK 0 0.44 0.21 0.59
HSL 328.7º 0.28% 0.32% -
HSV(B) 328.7º 0.44% 0.41% -
XYZ 8.74 6.58 8.79 -
YUV 74.49 132.24 149.05 -
System Red Green Blue C M Y K H S L
Decimal 104 58 82 0 0.44 0.21 0.59 328.7 0.28 0.32
Hex 68 3A 52 0 2C 15 3B 149 1C 20
Octal 150 72 122 0 54 25 73 511 34 40
Binary 1101000 111010 1010010 0 101100 10101 111011 101001001 11100 100000

Color Harmonies of #683A52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #683A52

Black with #683A52

Text Example


Text Example

White with #683A52

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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