#6B4952

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

Shades of Finn #6B4952

Tints of Finn #6B4952

Color information

#6B4952 (or 0x6B4952) is unknown color: approx Finn. HEX triplet: 6B, 49 and 52. RGB value is (107,73,82). Sum of RGB (Red+Green+Blue) = 107+73+82=262 (34% of max value = 765). Red value is 107 (42.19% from 255 or 40.84% from 262); Green value is 73 (28.91% from 255 or 27.86% from 262); Blue value is 82 (32.42% from 255 or 31.30% from 262); Max value from RGB is 107 - color contains mainly: red. Hex color #6B4952 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6B4952 is #94B6AD. Grayscale: #545454. Windows color (decimal): -9746094 or 5392747. OLE color: 5392747.

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

Color convert

RGB1077382-
CMYK00.320.230.58
HSL344.12º18.89%35.29%-
HSV(B)344.12º31.78%41.96%-
XYZ9.978.59.1-
YUV84.19126.76144.27-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 40.84%
GREEN value IS 73 (28.91% from 255) = 27.86%
BLUE value IS 82 (32.42% from 255) = 31.30%
R=40.84%
G=27.86%
B=31.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.23
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal107738200.320.230.58344.1218.8935.29
Hex6B4952020173A1581323
Octal15311112204027725302343
Binary11010111001001101001001000001011111101010101100010011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B4952

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,73,82); }

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

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

 a { background-color: rgb(107,73,82); }

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

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

 span { border-color: rgb(107,73,82); }

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