#6A534F

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

Shades of Congo Brown #6A534F

Tints of Congo Brown #6A534F

Color information

#6A534F (or 0x6A534F) is unknown color: approx Congo Brown. HEX triplet: 6A, 53 and 4F. RGB value is (106,83,79). Sum of RGB (Red+Green+Blue) = 106+83+79=268 (35% of max value = 765). Red value is 106 (41.80% from 255 or 39.55% from 268); Green value is 83 (32.81% from 255 or 30.97% from 268); Blue value is 79 (31.25% from 255 or 29.48% from 268); Max value from RGB is 106 - color contains mainly: red. Hex color #6A534F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6A534F is #95ACB0. Grayscale: #595959. Windows color (decimal): -9809073 or 5198698. OLE color: 5198698.

HSL color Cylindrical-coordinate representation of color #6A534F: hue angle of 8.89º degrees, saturation: 0.15, 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 #6A534F is Cyan = 0, Magento = 0.22, Yellow = 0.25 and Black (K on CMYK) = 0.58.

Color convert

RGB1068379-
CMYK00.220.250.58
HSL8.89º14.59%36.27%-
HSV(B)8.89º25.47%41.57%-
XYZ10.459.828.74-
YUV89.42122.12139.83-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 39.55%
GREEN value IS 83 (32.81% from 255) = 30.97%
BLUE value IS 79 (31.25% from 255) = 29.48%
R=39.55%
G=30.97%
B=29.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.25
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal106837900.220.250.588.8914.5936.27
Hex6A534F016193A9f24
Octal1521231170263172111744
Binary1101010101001110011110101101100111101010011111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A534F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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