#6B4823

Color #6B4823 Antique Brass (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Antique Brass #6B4823

Tints of Antique Brass #6B4823

Color information

#6B4823 (or 0x6B4823) is unknown color: approx Antique Brass. HEX triplet: 6B, 48 and 23. RGB value is (107,72,35). Sum of RGB (Red+Green+Blue) = 107+72+35=214 (28% of max value = 765). Red value is 107 (42.19% from 255 or 50% from 214); Green value is 72 (28.52% from 255 or 33.64% from 214); Blue value is 35 (14.06% from 255 or 16.36% from 214); Max value from RGB is 107 - color contains mainly: red. Hex color #6B4823 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6B4823 is #94B7DC. Grayscale: #4E4E4E. Windows color (decimal): -9746397 or 2312299. OLE color: 2312299.

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

Color convert

RGB1077235-
CMYK00.330.670.58
HSL30.83º50.7%27.84%-
HSV(B)30.83º67.29%41.96%-
XYZ8.687.882.65-
YUV78.25103.6148.51-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 50%
GREEN value IS 72 (28.52% from 255) = 33.64%
BLUE value IS 35 (14.06% from 255) = 16.36%
R=50%
G=33.64%
B=16.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.67
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal107723500.330.670.5830.8350.727.84
Hex6B4823021433A1f331c
Octal1531104304110372376334
Binary11010111001000100011010000110000111110101111111001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B4823

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,72,35); }

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

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

 a { background-color: rgb(107,72,35); }

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

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

 span { border-color: rgb(107,72,35); }

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