Html Css Color HEX #6A471D Antique Brass

📋 copy color: '#6A471D'

red 106 ◦ green 71 ◦ blue 29

#6A471D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Antique Brass #6A471D

Tints of Antique Brass #6A471D

RGB

 RED value IS 106 (41.8% from 255) = 51.46%

 GREEN value IS 71 (28.13% from 255) = 34.47%

 BLUE value IS 29 (11.72% from 255) = 14.08%

R = 51.46%
G = 34.47%
B = 14.08%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.73

 K value IS 0.58

RGB Variations

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

Color information

#6A471D (or 0x6A471D) is known color: Antique Brass. HEX triplet: 6A, 47 and 1D. RGB value is (106,71,29). Sum of RGB (Red+Green+Blue) = 106+71+29=206 (27% of max value = 765). Red value is 106 (41.80% from 255 or 51.46% from 206); Green value is 71 (28.12% from 255 or 34.47% from 206); Blue value is 29 (11.72% from 255 or 14.08% from 206); Max value from RGB is 106 - color contains mainly: red. Hex color #6A471D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6A471D is #95B8E2. Grayscale: #4C4C4C. Windows color (decimal): -9812195 or 1918826. OLE color: 1918826.

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

Color convert

RGB 106 71 29 -
CMYK 0 0.33 0.73 0.58
HSL 32.73º 0.57% 0.26% -
HSV(B) 32.73º 0.73% 0.42% -
XYZ 8.42 7.66 2.2 -
YUV 76.68 101.1 148.92 -
System Red Green Blue C M Y K H S L
Decimal 106 71 29 0 0.33 0.73 0.58 32.73 0.57 0.26
Hex 6A 47 1D 0 21 49 3A 21 39 1A
Octal 152 107 35 0 41 111 72 41 71 32
Binary 1101010 1000111 11101 0 100001 1001001 111010 100001 111001 11010

Color Harmonies of #6A471D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A471D

Black with #6A471D

Text Example


Text Example

White with #6A471D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(106,71,29); }

 H1.HeaderClassName
 {
   color: #6A471D;
 }
 .AnyTagClassName
 {
   color: #6A471D;
 }
</style>

background-color css

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

 a { background-color: rgb(106,71,29); }

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

border-color css

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

 span { border-color: rgb(106,71,29); }

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