#6A4351

Color #6A4351 Finn (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Finn #6A4351

Tints of Finn #6A4351

Color information

#6A4351 (or 0x6A4351) is unknown color: approx Finn. HEX triplet: 6A, 43 and 51. RGB value is (106,67,81). Sum of RGB (Red+Green+Blue) = 106+67+81=254 (33% of max value = 765). Red value is 106 (41.80% from 255 or 41.73% from 254); Green value is 67 (26.56% from 255 or 26.38% from 254); Blue value is 81 (32.03% from 255 or 31.89% from 254); Max value from RGB is 106 - color contains mainly: red. Hex color #6A4351 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6A4351 is #95BCAE. Grayscale: #505050. Windows color (decimal): -9813167 or 5325674. OLE color: 5325674.

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

Color convert

RGB1066781-
CMYK00.370.240.58
HSL338.46º22.54%33.92%-
HSV(B)338.46º36.79%41.57%-
XYZ9.447.678.77-
YUV80.26128.42146.36-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 41.73%
GREEN value IS 67 (26.56% from 255) = 26.38%
BLUE value IS 81 (32.03% from 255) = 31.89%
R=41.73%
G=26.38%
B=31.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.24
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal106678100.370.240.58338.4622.5433.92
Hex6A4351025183A1521722
Octal15210312104530725222742
Binary11010101000011101000101001011100011101010101001010111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A4351

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,67,81); }

 H1.HeaderClassName
 {
   color: #6A4351;
 }
 .AnyTagClassName
 {
   color: #6A4351;
 }
</style>
background-color css

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

 a { background-color: rgb(106,67,81); }

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

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

 span { border-color: rgb(106,67,81); }

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