Html Css Color HEX #684A52 Finn

📋 copy color: '#684A52'

red 104 ◦ green 74 ◦ blue 82

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

Shades of Finn #684A52

Tints of Finn #684A52

RGB

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

 GREEN value IS 74 (29.3% from 255) = 28.46%

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

R = 40%
G = 28.46%
B = 31.54%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.21

 K value IS 0.59

RGB Variations

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

Color information

#684A52 (or 0x684A52) is known color: Finn. HEX triplet: 68, 4A and 52. RGB value is (104,74,82). Sum of RGB (Red+Green+Blue) = 104+74+82=260 (34% of max value = 765). Red value is 104 (41.02% from 255 or 40% from 260); Green value is 74 (29.30% from 255 or 28.46% from 260); Blue value is 82 (32.42% from 255 or 31.54% from 260); Max value from RGB is 104 - color contains mainly: red. Hex color #684A52 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #684A52 is #97B5AD. Grayscale: #535353. Windows color (decimal): -9942446 or 5393000. OLE color: 5393000.

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

Color convert

RGB 104 74 82 -
CMYK 0 0.29 0.21 0.59
HSL 344º 0.17% 0.35% -
HSV(B) 344º 0.29% 0.41% -
XYZ 9.68 8.45 9.1 -
YUV 83.88 126.94 142.35 -
System Red Green Blue C M Y K H S L
Decimal 104 74 82 0 0.29 0.21 0.59 344 0.17 0.35
Hex 68 4A 52 0 1D 15 3B 158 11 23
Octal 150 112 122 0 35 25 73 530 21 43
Binary 1101000 1001010 1010010 0 11101 10101 111011 101011000 10001 100011

Color Harmonies of #684A52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #684A52

Black with #684A52

Text Example


Text Example

White with #684A52

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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