Html Css Color HEX #6A4155 Finn

📋 copy color: '#6A4155'

red 106 ◦ green 65 ◦ blue 85

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

Shades of Finn #6A4155

Tints of Finn #6A4155

RGB

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

 GREEN value IS 65 (25.78% from 255) = 25.39%

 BLUE value IS 85 (33.59% from 255) = 33.2%

R = 41.41%
G = 25.39%
B = 33.2%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.20

 K value IS 0.58

RGB Variations

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

Color information

#6A4155 (or 0x6A4155) is known color: Finn. HEX triplet: 6A, 41 and 55. RGB value is (106,65,85). Sum of RGB (Red+Green+Blue) = 106+65+85=256 (33% of max value = 765). Red value is 106 (41.80% from 255 or 41.41% from 256); Green value is 65 (25.78% from 255 or 25.39% from 256); Blue value is 85 (33.59% from 255 or 33.20% from 256); Max value from RGB is 106 - color contains mainly: red. Hex color #6A4155 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6A4155 is #95BEAA. Grayscale: #4F4F4F. Windows color (decimal): -9813675 or 5587306. OLE color: 5587306.

HSL color Cylindrical-coordinate representation of color #6A4155: hue angle of 330.73º degrees, saturation: 0.24, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #6A4155 is Cyan = 0, Magento = 0.39, Yellow = 0.20 and Black (K on CMYK) = 0.58.

Color convert

RGB 106 65 85 -
CMYK 0 0.39 0.20 0.58
HSL 330.73º 0.24% 0.34% -
HSV(B) 330.73º 0.39% 0.42% -
XYZ 9.47 7.5 9.54 -
YUV 79.54 131.08 146.87 -
System Red Green Blue C M Y K H S L
Decimal 106 65 85 0 0.39 0.20 0.58 330.73 0.24 0.34
Hex 6A 41 55 0 27 14 3A 14B 18 22
Octal 152 101 125 0 47 24 72 513 30 42
Binary 1101010 1000001 1010101 0 100111 10100 111010 101001011 11000 100010

Color Harmonies of #6A4155

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A4155

Black with #6A4155

Text Example


Text Example

White with #6A4155

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(106,65,85); }

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

background-color css

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

 a { background-color: rgb(106,65,85); }

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

border-color css

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

 span { border-color: rgb(106,65,85); }

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