#6B4013

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

Shades of Antique Brass #6B4013

Tints of Antique Brass #6B4013

Color information

#6B4013 (or 0x6B4013) is unknown color: approx Antique Brass. HEX triplet: 6B, 40 and 13. RGB value is (107,64,19). Sum of RGB (Red+Green+Blue) = 107+64+19=190 (25% of max value = 765). Red value is 107 (42.19% from 255 or 56.32% from 190); Green value is 64 (25.39% from 255 or 33.68% from 190); Blue value is 19 (7.81% from 255 or 10% from 190); Max value from RGB is 107 - color contains mainly: red. Hex color #6B4013 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6B4013 is #94BFEC. Grayscale: #474747. Windows color (decimal): -9748461 or 1261675. OLE color: 1261675.

HSL color Cylindrical-coordinate representation of color #6B4013: hue angle of 30.68º degrees, saturation: 0.7, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #6B4013 is Cyan = 0, Magento = 0.40, Yellow = 0.82 and Black (K on CMYK) = 0.58.

Color convert

RGB1076419-
CMYK00.400.820.58
HSL30.68º69.84%24.71%-
HSV(B)30.68º82.24%41.96%-
XYZ8.016.841.51-
YUV71.7398.25153.16-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 56.32%
GREEN value IS 64 (25.39% from 255) = 33.68%
BLUE value IS 19 (7.81% from 255) = 10%
R=56.32%
G=33.68%
B=10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.82
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal107641900.400.820.5830.6869.8424.71
Hex6B4013028523A1f4619
Octal15310023050122723710631
Binary11010111000000100110101000101001011101011111100011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B4013

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,64,19); }

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

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

 a { background-color: rgb(107,64,19); }

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

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

 span { border-color: rgb(107,64,19); }

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