Html Css Color HEX #684953 Finn

📋 copy color: '#684953'

red 104 ◦ green 73 ◦ blue 83

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

Shades of Finn #684953

Tints of Finn #684953

RGB

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

 GREEN value IS 73 (28.91% from 255) = 28.08%

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

R = 40%
G = 28.08%
B = 31.92%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.20

 K value IS 0.59

RGB Variations

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

Color information

#684953 (or 0x684953) is known color: Finn. HEX triplet: 68, 49 and 53. RGB value is (104,73,83). Sum of RGB (Red+Green+Blue) = 104+73+83=260 (34% of max value = 765). Red value is 104 (41.02% from 255 or 40% from 260); Green value is 73 (28.91% from 255 or 28.08% from 260); Blue value is 83 (32.81% from 255 or 31.92% from 260); Max value from RGB is 104 - color contains mainly: red. Hex color #684953 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #684953 is #97B6AC. Grayscale: #535353. Windows color (decimal): -9942701 or 5458280. OLE color: 5458280.

HSL color Cylindrical-coordinate representation of color #684953: hue angle of 340.65º degrees, saturation: 0.18, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #684953 is Cyan = 0, Magento = 0.30, Yellow = 0.20 and Black (K on CMYK) = 0.59.

Color convert

RGB 104 73 83 -
CMYK 0 0.30 0.20 0.59
HSL 340.65º 0.18% 0.35% -
HSV(B) 340.65º 0.3% 0.41% -
XYZ 9.65 8.33 9.28 -
YUV 83.41 127.77 142.69 -
System Red Green Blue C M Y K H S L
Decimal 104 73 83 0 0.30 0.20 0.59 340.65 0.18 0.35
Hex 68 49 53 0 1E 14 3B 155 12 23
Octal 150 111 123 0 36 24 73 525 22 43
Binary 1101000 1001001 1010011 0 11110 10100 111011 101010101 10010 100011

Color Harmonies of #684953

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #684953

Black with #684953

Text Example


Text Example

White with #684953

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #684953; }

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

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

background-color css

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

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

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

border-color css

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

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

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