Html Css Color HEX #684B58 Finn

📋 copy color: '#684B58'

red 104 ◦ green 75 ◦ blue 88

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

Shades of Finn #684B58

Tints of Finn #684B58

RGB

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

 GREEN value IS 75 (29.69% from 255) = 28.09%

 BLUE value IS 88 (34.77% from 255) = 32.96%

R = 38.95%
G = 28.09%
B = 32.96%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.15

 K value IS 0.59

RGB Variations

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

Color information

#684B58 (or 0x684B58) is known color: Finn. HEX triplet: 68, 4B and 58. RGB value is (104,75,88). Sum of RGB (Red+Green+Blue) = 104+75+88=267 (35% of max value = 765). Red value is 104 (41.02% from 255 or 38.95% from 267); Green value is 75 (29.69% from 255 or 28.09% from 267); Blue value is 88 (34.77% from 255 or 32.96% from 267); Max value from RGB is 104 - color contains mainly: red. Hex color #684B58 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #684B58 is #97B4A7. Grayscale: #555555. Windows color (decimal): -9942184 or 5786472. OLE color: 5786472.

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

Color convert

RGB 104 75 88 -
CMYK 0 0.28 0.15 0.59
HSL 333.1º 0.16% 0.35% -
HSV(B) 333.1º 0.28% 0.41% -
XYZ 9.99 8.68 10.38 -
YUV 85.15 129.61 141.44 -
System Red Green Blue C M Y K H S L
Decimal 104 75 88 0 0.28 0.15 0.59 333.1 0.16 0.35
Hex 68 4B 58 0 1C F 3B 14D 10 23
Octal 150 113 130 0 34 17 73 515 20 43
Binary 1101000 1001011 1011000 0 11100 1111 111011 101001101 10000 100011

Color Harmonies of #684B58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #684B58

Black with #684B58

Text Example


Text Example

White with #684B58

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(104,75,88); }

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

background-color css

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

 a { background-color: rgb(104,75,88); }

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

border-color css

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

 span { border-color: rgb(104,75,88); }

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