Html Css Color HEX #6A4F59 Finn

📋 copy color: '#6A4F59'

red 106 ◦ green 79 ◦ blue 89

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

Shades of Finn #6A4F59

Tints of Finn #6A4F59

RGB

 RED value IS 106 (41.8% from 255) = 38.69%

 GREEN value IS 79 (31.25% from 255) = 28.83%

 BLUE value IS 89 (35.16% from 255) = 32.48%

R = 38.69%
G = 28.83%
B = 32.48%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.16

 K value IS 0.58

RGB Variations

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

Color information

#6A4F59 (or 0x6A4F59) is known color: Finn. HEX triplet: 6A, 4F and 59. RGB value is (106,79,89). Sum of RGB (Red+Green+Blue) = 106+79+89=274 (36% of max value = 765). Red value is 106 (41.80% from 255 or 38.69% from 274); Green value is 79 (31.25% from 255 or 28.83% from 274); Blue value is 89 (35.16% from 255 or 32.48% from 274); Max value from RGB is 106 - color contains mainly: red. Hex color #6A4F59 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6A4F59 is #95B0A6. Grayscale: #585858. Windows color (decimal): -9810087 or 5853034. OLE color: 5853034.

HSL color Cylindrical-coordinate representation of color #6A4F59: hue angle of 337.78º degrees, saturation: 0.15, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #6A4F59 is Cyan = 0, Magento = 0.25, Yellow = 0.16 and Black (K on CMYK) = 0.58.

Color convert

RGB 106 79 89 -
CMYK 0 0.25 0.16 0.58
HSL 337.78º 0.15% 0.36% -
HSV(B) 337.78º 0.25% 0.42% -
XYZ 10.54 9.38 10.71 -
YUV 88.21 128.45 140.69 -
System Red Green Blue C M Y K H S L
Decimal 106 79 89 0 0.25 0.16 0.58 337.78 0.15 0.36
Hex 6A 4F 59 0 19 10 3A 152 F 24
Octal 152 117 131 0 31 20 72 522 17 44
Binary 1101010 1001111 1011001 0 11001 10000 111010 101010010 1111 100100

Color Harmonies of #6A4F59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A4F59

Black with #6A4F59

Text Example


Text Example

White with #6A4F59

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6A4F59; }

 p { color: rgb(106,79,89); }

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

background-color css

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

 a { background-color: rgb(106,79,89); }

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

border-color css

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

 span { border-color: rgb(106,79,89); }

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