#6D504B

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

Shades of Congo Brown #6D504B

Tints of Congo Brown #6D504B

Color information

#6D504B (or 0x6D504B) is unknown color: approx Congo Brown. HEX triplet: 6D, 50 and 4B. RGB value is (109,80,75). Sum of RGB (Red+Green+Blue) = 109+80+75=264 (34% of max value = 765). Red value is 109 (42.97% from 255 or 41.29% from 264); Green value is 80 (31.64% from 255 or 30.30% from 264); Blue value is 75 (29.69% from 255 or 28.41% from 264); Max value from RGB is 109 - color contains mainly: red. Hex color #6D504B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6D504B is #92AFB4. Grayscale: #585858. Windows color (decimal): -9613237 or 4935789. OLE color: 4935789.

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

Color convert

RGB1098075-
CMYK00.270.310.57
HSL8.82º18.48%36.08%-
HSV(B)8.82º31.19%42.75%-
XYZ10.459.57.94-
YUV88.1120.61142.91-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 41.29%
GREEN value IS 80 (31.64% from 255) = 30.30%
BLUE value IS 75 (29.69% from 255) = 28.41%
R=41.29%
G=30.30%
B=28.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.31
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal109807500.270.310.578.8218.4836.08
Hex6D504B01B1F3991224
Octal1551201130333771112244
Binary11011011010000100101101101111111111001100110010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D504B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,80,75); }

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

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

 a { background-color: rgb(109,80,75); }

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

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

 span { border-color: rgb(109,80,75); }

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