Html Css Color HEX #6A471C Antique Brass

📋 copy color: '#6A471C'

red 106 ◦ green 71 ◦ blue 28

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

Shades of Antique Brass #6A471C

Tints of Antique Brass #6A471C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 13.66%

R = 51.71%
G = 34.63%
B = 13.66%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.74

 K value IS 0.58

RGB Variations

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

Color information

#6A471C (or 0x6A471C) is known color: Antique Brass. HEX triplet: 6A, 47 and 1C. RGB value is (106,71,28). Sum of RGB (Red+Green+Blue) = 106+71+28=205 (27% of max value = 765). Red value is 106 (41.80% from 255 or 51.71% from 205); Green value is 71 (28.12% from 255 or 34.63% from 205); Blue value is 28 (11.33% from 255 or 13.66% from 205); Max value from RGB is 106 - color contains mainly: red. Hex color #6A471C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6A471C is #95B8E3. Grayscale: #4C4C4C. Windows color (decimal): -9812196 or 1853290. OLE color: 1853290.

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

Color convert

RGB 106 71 28 -
CMYK 0 0.33 0.74 0.58
HSL 33.08º 0.58% 0.26% -
HSV(B) 33.08º 0.74% 0.42% -
XYZ 8.41 7.65 2.13 -
YUV 76.56 100.6 149 -
System Red Green Blue C M Y K H S L
Decimal 106 71 28 0 0.33 0.74 0.58 33.08 0.58 0.26
Hex 6A 47 1C 0 21 4A 3A 21 3A 1A
Octal 152 107 34 0 41 112 72 41 72 32
Binary 1101010 1000111 11100 0 100001 1001010 111010 100001 111010 11010

Color Harmonies of #6A471C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A471C

Black with #6A471C

Text Example


Text Example

White with #6A471C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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