#6B461B

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

Shades of Antique Brass #6B461B

Tints of Antique Brass #6B461B

Color information

#6B461B (or 0x6B461B) is unknown color: approx Antique Brass. HEX triplet: 6B, 46 and 1B. RGB value is (107,70,27). Sum of RGB (Red+Green+Blue) = 107+70+27=204 (27% of max value = 765). Red value is 107 (42.19% from 255 or 52.45% from 204); Green value is 70 (27.73% from 255 or 34.31% from 204); Blue value is 27 (10.94% from 255 or 13.24% from 204); Max value from RGB is 107 - color contains mainly: red. Hex color #6B461B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6B461B is #94B9E4. Grayscale: #4C4C4C. Windows color (decimal): -9746917 or 1787499. OLE color: 1787499.

HSL color Cylindrical-coordinate representation of color #6B461B: hue angle of 32.25º degrees, saturation: 0.6, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #6B461B is Cyan = 0, Magento = 0.35, Yellow = 0.75 and Black (K on CMYK) = 0.58.

Color convert

RGB1077027-
CMYK00.350.750.58
HSL32.25º59.7%26.27%-
HSV(B)32.25º74.77%41.96%-
XYZ8.457.592.06-
YUV76.16100.26150-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 52.45%
GREEN value IS 70 (27.73% from 255) = 34.31%
BLUE value IS 27 (10.94% from 255) = 13.24%
R=52.45%
G=34.31%
B=13.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.75
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal107702700.350.750.5832.2559.726.27
Hex6B461B0234B3A203c1a
Octal1531063304311372407432
Binary11010111000110110110100011100101111101010000011110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B461B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,70,27); }

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

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

 a { background-color: rgb(107,70,27); }

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

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

 span { border-color: rgb(107,70,27); }

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