#6B481B

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

Shades of Antique Brass #6B481B

Tints of Antique Brass #6B481B

Color information

#6B481B (or 0x6B481B) is unknown color: approx Antique Brass. HEX triplet: 6B, 48 and 1B. RGB value is (107,72,27). Sum of RGB (Red+Green+Blue) = 107+72+27=206 (27% of max value = 765). Red value is 107 (42.19% from 255 or 51.94% from 206); Green value is 72 (28.52% from 255 or 34.95% from 206); Blue value is 27 (10.94% from 255 or 13.11% from 206); Max value from RGB is 107 - color contains mainly: red. Hex color #6B481B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6B481B is #94B7E4. Grayscale: #4D4D4D. Windows color (decimal): -9746405 or 1788011. OLE color: 1788011.

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

Color convert

RGB1077227-
CMYK00.330.750.58
HSL33.75º59.7%26.27%-
HSV(B)33.75º74.77%41.96%-
XYZ8.587.842.1-
YUV77.3399.6149.16-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 51.94%
GREEN value IS 72 (28.52% from 255) = 34.95%
BLUE value IS 27 (10.94% from 255) = 13.11%
R=51.94%
G=34.95%
B=13.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.75
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal107722700.330.750.5833.7559.726.27
Hex6B481B0214B3A223c1a
Octal1531103304111372427432
Binary11010111001000110110100001100101111101010001011110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B481B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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