Html Css Color HEX #6F471B Antique Brass

📋 copy color: '#6F471B'

red 111 ◦ green 71 ◦ blue 27

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

Shades of Antique Brass #6F471B

Tints of Antique Brass #6F471B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 12.92%

R = 53.11%
G = 33.97%
B = 12.92%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.76

 K value IS 0.56

RGB Variations

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

Color information

#6F471B (or 0x6F471B) is known color: Antique Brass. HEX triplet: 6F, 47 and 1B. RGB value is (111,71,27). Sum of RGB (Red+Green+Blue) = 111+71+27=209 (27% of max value = 765). Red value is 111 (43.75% from 255 or 53.11% from 209); Green value is 71 (28.12% from 255 or 33.97% from 209); Blue value is 27 (10.94% from 255 or 12.92% from 209); Max value from RGB is 111 - color contains mainly: red. Hex color #6F471B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6F471B is #90B8E4. Grayscale: #4E4E4E. Windows color (decimal): -9484517 or 1787759. OLE color: 1787759.

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

Color convert

RGB 111 71 27 -
CMYK 0 0.36 0.76 0.56
HSL 31.43º 0.61% 0.27% -
HSV(B) 31.43º 0.76% 0.44% -
XYZ 9.01 7.97 2.1 -
YUV 77.94 99.25 151.58 -
System Red Green Blue C M Y K H S L
Decimal 111 71 27 0 0.36 0.76 0.56 31.43 0.61 0.27
Hex 6F 47 1B 0 24 4C 38 1F 3D 1B
Octal 157 107 33 0 44 114 70 37 75 33
Binary 1101111 1000111 11011 0 100100 1001100 111000 11111 111101 11011

Color Harmonies of #6F471B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F471B

Black with #6F471B

Text Example


Text Example

White with #6F471B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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