#6B4822

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

Shades of Antique Brass #6B4822

Tints of Antique Brass #6B4822

Color information

#6B4822 (or 0x6B4822) is unknown color: approx Antique Brass. HEX triplet: 6B, 48 and 22. RGB value is (107,72,34). Sum of RGB (Red+Green+Blue) = 107+72+34=213 (28% of max value = 765). Red value is 107 (42.19% from 255 or 50.23% from 213); Green value is 72 (28.52% from 255 or 33.80% from 213); Blue value is 34 (13.67% from 255 or 15.96% from 213); Max value from RGB is 107 - color contains mainly: red. Hex color #6B4822 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6B4822 is #94B7DD. Grayscale: #4E4E4E. Windows color (decimal): -9746398 or 2246763. OLE color: 2246763.

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

Color convert

RGB1077234-
CMYK00.330.680.58
HSL31.23º51.77%27.65%-
HSV(B)31.23º68.22%41.96%-
XYZ8.677.882.58-
YUV78.13103.1148.59-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 50.23%
GREEN value IS 72 (28.52% from 255) = 33.80%
BLUE value IS 34 (13.67% from 255) = 15.96%
R=50.23%
G=33.80%
B=15.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.68
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal107723400.330.680.5831.2351.7727.65
Hex6B4822021443A1f341c
Octal1531104204110472376434
Binary11010111001000100010010000110001001110101111111010011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B4822

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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