#6D443F

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

Shades of Bole #6D443F

Tints of Bole #6D443F

Color information

#6D443F (or 0x6D443F) is unknown color: approx Bole. HEX triplet: 6D, 44 and 3F. RGB value is (109,68,63). Sum of RGB (Red+Green+Blue) = 109+68+63=240 (31% of max value = 765). Red value is 109 (42.97% from 255 or 45.42% from 240); Green value is 68 (26.95% from 255 or 28.33% from 240); Blue value is 63 (25% from 255 or 26.25% from 240); Max value from RGB is 109 - color contains mainly: red. Hex color #6D443F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6D443F is #92BBC0. Grayscale: #4F4F4F. Windows color (decimal): -9616321 or 4146285. OLE color: 4146285.

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

Color convert

RGB1096863-
CMYK00.380.420.57
HSL6.52º26.74%33.73%-
HSV(B)6.52º42.2%42.75%-
XYZ9.277.745.71-
YUV79.69118.58148.91-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 45.42%
GREEN value IS 68 (26.95% from 255) = 28.33%
BLUE value IS 63 (25% from 255) = 26.25%
R=45.42%
G=28.33%
B=26.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.42
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal109686300.380.420.576.5226.7433.73
Hex6D443F0262A3971b22
Octal15510477046527173342
Binary11011011000100111111010011010101011100111111011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D443F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,68,63); }

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

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

 a { background-color: rgb(109,68,63); }

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

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

 span { border-color: rgb(109,68,63); }

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