#6B3D4F

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

Shades of Finn #6B3D4F

Tints of Finn #6B3D4F

Color information

#6B3D4F (or 0x6B3D4F) is unknown color: approx Finn. HEX triplet: 6B, 3D and 4F. RGB value is (107,61,79). Sum of RGB (Red+Green+Blue) = 107+61+79=247 (32% of max value = 765). Red value is 107 (42.19% from 255 or 43.32% from 247); Green value is 61 (24.22% from 255 or 24.70% from 247); Blue value is 79 (31.25% from 255 or 31.98% from 247); Max value from RGB is 107 - color contains mainly: red. Hex color #6B3D4F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6B3D4F is #94C2B0. Grayscale: #4C4C4C. Windows color (decimal): -9749169 or 5193067. OLE color: 5193067.

HSL color Cylindrical-coordinate representation of color #6B3D4F: hue angle of 336.52º degrees, saturation: 0.27, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #6B3D4F is Cyan = 0, Magento = 0.43, Yellow = 0.26 and Black (K on CMYK) = 0.58.

Color convert

RGB1076179-
CMYK00.430.260.58
HSL336.52º27.38%32.94%-
HSV(B)336.52º42.99%41.96%-
XYZ9.147.038.27-
YUV76.81129.24149.54-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 43.32%
GREEN value IS 61 (24.22% from 255) = 24.70%
BLUE value IS 79 (31.25% from 255) = 31.98%
R=43.32%
G=24.70%
B=31.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.26
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal107617900.430.260.58336.5227.3832.94
Hex6B3D4F02B1A3A1511b21
Octal1537511705332725213341
Binary1101011111101100111101010111101011101010101000111011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B3D4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,61,79); }

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

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

 a { background-color: rgb(107,61,79); }

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

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

 span { border-color: rgb(107,61,79); }

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