#6B514D

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

Shades of Congo Brown #6B514D

Tints of Congo Brown #6B514D

Color information

#6B514D (or 0x6B514D) is unknown color: approx Congo Brown. HEX triplet: 6B, 51 and 4D. RGB value is (107,81,77). Sum of RGB (Red+Green+Blue) = 107+81+77=265 (35% of max value = 765). Red value is 107 (42.19% from 255 or 40.38% from 265); Green value is 81 (32.03% from 255 or 30.57% from 265); Blue value is 77 (30.47% from 255 or 29.06% from 265); Max value from RGB is 107 - color contains mainly: red. Hex color #6B514D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6B514D is #94AEB2. Grayscale: #585858. Windows color (decimal): -9744051 or 5067115. OLE color: 5067115.

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

Color convert

RGB1078177-
CMYK00.240.280.58
HSL16.3%36.08%-
HSV(B)28.04%41.96%-
XYZ10.359.558.32-
YUV88.32121.61141.33-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 40.38%
GREEN value IS 81 (32.03% from 255) = 30.57%
BLUE value IS 77 (30.47% from 255) = 29.06%
R=40.38%
G=30.57%
B=29.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.28
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal107817700.240.280.58816.336.08
Hex6B514D0181C3A81024
Octal1531211150303472102044
Binary11010111010001100110101100011100111010100010000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B514D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,81,77); }

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

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

 a { background-color: rgb(107,81,77); }

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

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

 span { border-color: rgb(107,81,77); }

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