#6A5450

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

Shades of Congo Brown #6A5450

Tints of Congo Brown #6A5450

Color information

#6A5450 (or 0x6A5450) is unknown color: approx Congo Brown. HEX triplet: 6A, 54 and 50. RGB value is (106,84,80). Sum of RGB (Red+Green+Blue) = 106+84+80=270 (35% of max value = 765). Red value is 106 (41.80% from 255 or 39.26% from 270); Green value is 84 (33.20% from 255 or 31.11% from 270); Blue value is 80 (31.64% from 255 or 29.63% from 270); Max value from RGB is 106 - color contains mainly: red. Hex color #6A5450 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6A5450 is #95ABAF. Grayscale: #5A5A5A. Windows color (decimal): -9808816 or 5264490. OLE color: 5264490.

HSL color Cylindrical-coordinate representation of color #6A5450: hue angle of 9.23º degrees, saturation: 0.14, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #6A5450 is Cyan = 0, Magento = 0.21, Yellow = 0.25 and Black (K on CMYK) = 0.58.

Color convert

RGB1068480-
CMYK00.210.250.58
HSL9.23º13.98%36.47%-
HSV(B)9.23º24.53%41.57%-
XYZ10.569.988.96-
YUV90.12122.29139.33-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 39.26%
GREEN value IS 84 (33.20% from 255) = 31.11%
BLUE value IS 80 (31.64% from 255) = 29.63%
R=39.26%
G=31.11%
B=29.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.25
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal106848000.210.250.589.2313.9836.47
Hex6A5450015193A9e24
Octal1521241200253172111644
Binary1101010101010010100000101011100111101010011110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A5450

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,84,80); }

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

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

 a { background-color: rgb(106,84,80); }

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

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

 span { border-color: rgb(106,84,80); }

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