Html Css Color HEX #6F471A Antique Brass

📋 copy color: '#6F471A'

red 111 ◦ green 71 ◦ blue 26

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

Shades of Antique Brass #6F471A

Tints of Antique Brass #6F471A

RGB

 RED value IS 111 (43.75% from 255) = 53.37%

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

 BLUE value IS 26 (10.55% from 255) = 12.5%

R = 53.37%
G = 34.13%
B = 12.5%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.77

 K value IS 0.56

RGB Variations

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

Color information

#6F471A (or 0x6F471A) is known color: Antique Brass. HEX triplet: 6F, 47 and 1A. RGB value is (111,71,26). Sum of RGB (Red+Green+Blue) = 111+71+26=208 (27% of max value = 765). Red value is 111 (43.75% from 255 or 53.37% from 208); Green value is 71 (28.12% from 255 or 34.13% from 208); Blue value is 26 (10.55% from 255 or 12.5% from 208); Max value from RGB is 111 - color contains mainly: red. Hex color #6F471A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6F471A is #90B8E5. Grayscale: #4E4E4E. Windows color (decimal): -9484518 or 1722223. OLE color: 1722223.

HSL color Cylindrical-coordinate representation of color #6F471A: hue angle of 31.76º degrees, saturation: 0.62, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #6F471A is Cyan = 0, Magento = 0.36, Yellow = 0.77 and Black (K on CMYK) = 0.56.

Color convert

RGB 111 71 26 -
CMYK 0 0.36 0.77 0.56
HSL 31.76º 0.62% 0.27% -
HSV(B) 31.76º 0.77% 0.44% -
XYZ 9 7.96 2.04 -
YUV 77.83 98.75 151.66 -
System Red Green Blue C M Y K H S L
Decimal 111 71 26 0 0.36 0.77 0.56 31.76 0.62 0.27
Hex 6F 47 1A 0 24 4D 38 20 3E 1B
Octal 157 107 32 0 44 115 70 40 76 33
Binary 1101111 1000111 11010 0 100100 1001101 111000 100000 111110 11011

Color Harmonies of #6F471A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F471A

Black with #6F471A

Text Example


Text Example

White with #6F471A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,71,26); }

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

background-color css

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

 a { background-color: rgb(111,71,26); }

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

border-color css

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

 span { border-color: rgb(111,71,26); }

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