#6D524D

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

Shades of Congo Brown #6D524D

Tints of Congo Brown #6D524D

Color information

#6D524D (or 0x6D524D) is unknown color: approx Congo Brown. HEX triplet: 6D, 52 and 4D. RGB value is (109,82,77). Sum of RGB (Red+Green+Blue) = 109+82+77=268 (35% of max value = 765). Red value is 109 (42.97% from 255 or 40.67% from 268); Green value is 82 (32.42% from 255 or 30.60% from 268); Blue value is 77 (30.47% from 255 or 28.73% from 268); Max value from RGB is 109 - color contains mainly: red. Hex color #6D524D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6D524D is #92ADB2. Grayscale: #595959. Windows color (decimal): -9612723 or 5067373. OLE color: 5067373.

HSL color Cylindrical-coordinate representation of color #6D524D: hue angle of 9.38º degrees, saturation: 0.17, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #6D524D is Cyan = 0, Magento = 0.25, Yellow = 0.29 and Black (K on CMYK) = 0.57.

Color convert

RGB1098277-
CMYK00.250.290.57
HSL9.38º17.2%36.47%-
HSV(B)9.38º29.36%42.75%-
XYZ10.669.828.35-
YUV89.5120.95141.91-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 40.67%
GREEN value IS 82 (32.42% from 255) = 30.60%
BLUE value IS 77 (30.47% from 255) = 28.73%
R=40.67%
G=30.60%
B=28.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.29
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal109827700.250.290.579.3817.236.47
Hex6D524D0191D3991124
Octal1551221150313571112144
Binary11011011010010100110101100111101111001100110001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D524D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,82,77); }

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

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

 a { background-color: rgb(109,82,77); }

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

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

 span { border-color: rgb(109,82,77); }

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