Html Css Color HEX #6F461A Antique Brass

📋 copy color: '#6F461A'

red 111 ◦ green 70 ◦ blue 26

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

Shades of Antique Brass #6F461A

Tints of Antique Brass #6F461A

RGB

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

 GREEN value IS 70 (27.73% from 255) = 33.82%

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

R = 53.62%
G = 33.82%
B = 12.56%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.77

 K value IS 0.56

RGB Variations

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

Color information

#6F461A (or 0x6F461A) is known color: Antique Brass. HEX triplet: 6F, 46 and 1A. RGB value is (111,70,26). Sum of RGB (Red+Green+Blue) = 111+70+26=207 (27% of max value = 765). Red value is 111 (43.75% from 255 or 53.62% from 207); Green value is 70 (27.73% from 255 or 33.82% from 207); Blue value is 26 (10.55% from 255 or 12.56% from 207); Max value from RGB is 111 - color contains mainly: red. Hex color #6F461A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6F461A is #90B9E5. Grayscale: #4D4D4D. Windows color (decimal): -9484774 or 1721967. OLE color: 1721967.

HSL color Cylindrical-coordinate representation of color #6F461A: hue angle of 31.06º 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 #6F461A is Cyan = 0, Magento = 0.37, Yellow = 0.77 and Black (K on CMYK) = 0.56.

Color convert

RGB 111 70 26 -
CMYK 0 0.37 0.77 0.56
HSL 31.06º 0.62% 0.27% -
HSV(B) 31.06º 0.77% 0.44% -
XYZ 8.93 7.83 2.02 -
YUV 77.24 99.08 152.08 -
System Red Green Blue C M Y K H S L
Decimal 111 70 26 0 0.37 0.77 0.56 31.06 0.62 0.27
Hex 6F 46 1A 0 25 4D 38 1F 3E 1B
Octal 157 106 32 0 45 115 70 37 76 33
Binary 1101111 1000110 11010 0 100101 1001101 111000 11111 111110 11011

Color Harmonies of #6F461A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F461A

Black with #6F461A

Text Example


Text Example

White with #6F461A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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