#6A534E

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

Shades of Congo Brown #6A534E

Tints of Congo Brown #6A534E

Color information

#6A534E (or 0x6A534E) is unknown color: approx Congo Brown. HEX triplet: 6A, 53 and 4E. RGB value is (106,83,78). Sum of RGB (Red+Green+Blue) = 106+83+78=267 (35% of max value = 765). Red value is 106 (41.80% from 255 or 39.70% from 267); Green value is 83 (32.81% from 255 or 31.09% from 267); Blue value is 78 (30.86% from 255 or 29.21% from 267); Max value from RGB is 106 - color contains mainly: red. Hex color #6A534E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6A534E is #95ACB1. Grayscale: #595959. Windows color (decimal): -9809074 or 5133162. OLE color: 5133162.

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

Color convert

RGB1068378-
CMYK00.220.260.58
HSL10.71º15.22%36.08%-
HSV(B)10.71º26.42%41.57%-
XYZ10.419.88.55-
YUV89.31121.62139.91-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 39.70%
GREEN value IS 83 (32.81% from 255) = 31.09%
BLUE value IS 78 (30.86% from 255) = 29.21%
R=39.70%
G=31.09%
B=29.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.26
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal106837800.220.260.5810.7115.2236.08
Hex6A534E0161A3Abf24
Octal1521231160263272131744
Binary1101010101001110011100101101101011101010111111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A534E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,83,78); }

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

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

 a { background-color: rgb(106,83,78); }

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

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

 span { border-color: rgb(106,83,78); }

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