#6A411F

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

Shades of Dark Brown #6A411F

Tints of Dark Brown #6A411F

Color information

#6A411F (or 0x6A411F) is unknown color: approx Dark Brown. HEX triplet: 6A, 41 and 1F. RGB value is (106,65,31). Sum of RGB (Red+Green+Blue) = 106+65+31=202 (26% of max value = 765). Red value is 106 (41.80% from 255 or 52.48% from 202); Green value is 65 (25.78% from 255 or 32.18% from 202); Blue value is 31 (12.5% from 255 or 15.35% from 202); Max value from RGB is 106 - color contains mainly: red. Hex color #6A411F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6A411F is #95BEE0. Grayscale: #494949. Windows color (decimal): -9813729 or 2048362. OLE color: 2048362.

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

Color convert

RGB1066531-
CMYK00.390.710.58
HSL27.2º54.74%26.86%-
HSV(B)27.2º70.75%41.57%-
XYZ8.086.942.21-
YUV73.38104.08151.26-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 52.48%
GREEN value IS 65 (25.78% from 255) = 32.18%
BLUE value IS 31 (12.5% from 255) = 15.35%
R=52.48%
G=32.18%
B=15.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.71
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal106653100.390.710.5827.254.7426.86
Hex6A411F027473A1b371b
Octal1521013704710772336733
Binary1101010100000111111010011110001111110101101111011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A411F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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