#6B3E13

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

Shades of Antique Brass #6B3E13

Tints of Antique Brass #6B3E13

Color information

#6B3E13 (or 0x6B3E13) is unknown color: approx Antique Brass. HEX triplet: 6B, 3E and 13. RGB value is (107,62,19). Sum of RGB (Red+Green+Blue) = 107+62+19=188 (24% of max value = 765). Red value is 107 (42.19% from 255 or 56.91% from 188); Green value is 62 (24.61% from 255 or 32.98% from 188); Blue value is 19 (7.81% from 255 or 10.11% from 188); Max value from RGB is 107 - color contains mainly: red. Hex color #6B3E13 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6B3E13 is #94C1EC. Grayscale: #464646. Windows color (decimal): -9748973 or 1261163. OLE color: 1261163.

HSL color Cylindrical-coordinate representation of color #6B3E13: hue angle of 29.32º 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 #6B3E13 is Cyan = 0, Magento = 0.42, Yellow = 0.82 and Black (K on CMYK) = 0.58.

Color convert

RGB1076219-
CMYK00.420.820.58
HSL29.32º69.84%24.71%-
HSV(B)29.32º82.24%41.96%-
XYZ7.96.621.48-
YUV70.5598.91154-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 56.91%
GREEN value IS 62 (24.61% from 255) = 32.98%
BLUE value IS 19 (7.81% from 255) = 10.11%
R=56.91%
G=32.98%
B=10.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.82
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal107621900.420.820.5829.3269.8424.71
Hex6B3E1302A523A1d4619
Octal1537623052122723510631
Binary1101011111110100110101010101001011101011101100011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B3E13

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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