#6B504B

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

Shades of Congo Brown #6B504B

Tints of Congo Brown #6B504B

Color information

#6B504B (or 0x6B504B) is unknown color: approx Congo Brown. HEX triplet: 6B, 50 and 4B. RGB value is (107,80,75). Sum of RGB (Red+Green+Blue) = 107+80+75=262 (34% of max value = 765). Red value is 107 (42.19% from 255 or 40.84% from 262); Green value is 80 (31.64% from 255 or 30.53% from 262); Blue value is 75 (29.69% from 255 or 28.63% from 262); Max value from RGB is 107 - color contains mainly: red. Hex color #6B504B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6B504B is #94AFB4. Grayscale: #575757. Windows color (decimal): -9744309 or 4935787. OLE color: 4935787.

HSL color Cylindrical-coordinate representation of color #6B504B: hue angle of 9.38º degrees, saturation: 0.18, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #6B504B is Cyan = 0, Magento = 0.25, Yellow = 0.30 and Black (K on CMYK) = 0.58.

Color convert

RGB1078075-
CMYK00.250.300.58
HSL9.38º17.58%35.69%-
HSV(B)9.38º29.91%41.96%-
XYZ10.29.377.93-
YUV87.5120.95141.91-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 40.84%
GREEN value IS 80 (31.64% from 255) = 30.53%
BLUE value IS 75 (29.69% from 255) = 28.63%
R=40.84%
G=30.53%
B=28.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.30
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal107807500.250.300.589.3817.5835.69
Hex6B504B0191E3A91224
Octal1531201130313672112244
Binary11010111010000100101101100111110111010100110010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B504B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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