Html Css Color HEX #6F4E1F Antique Brass

📋 copy color: '#6F4E1F'

red 111 ◦ green 78 ◦ blue 31

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

Shades of Antique Brass #6F4E1F

Tints of Antique Brass #6F4E1F

RGB

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

 GREEN value IS 78 (30.86% from 255) = 35.45%

 BLUE value IS 31 (12.5% from 255) = 14.09%

R = 50.45%
G = 35.45%
B = 14.09%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.72

 K value IS 0.56

RGB Variations

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

Color information

#6F4E1F (or 0x6F4E1F) is known color: Antique Brass. HEX triplet: 6F, 4E and 1F. RGB value is (111,78,31). Sum of RGB (Red+Green+Blue) = 111+78+31=220 (29% of max value = 765). Red value is 111 (43.75% from 255 or 50.45% from 220); Green value is 78 (30.86% from 255 or 35.45% from 220); Blue value is 31 (12.5% from 255 or 14.09% from 220); Max value from RGB is 111 - color contains mainly: red. Hex color #6F4E1F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6F4E1F is #90B1E0. Grayscale: #525252. Windows color (decimal): -9482721 or 2051695. OLE color: 2051695.

HSL color Cylindrical-coordinate representation of color #6F4E1F: hue angle of 35.25º degrees, saturation: 0.56, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #6F4E1F is Cyan = 0, Magento = 0.30, Yellow = 0.72 and Black (K on CMYK) = 0.56.

Color convert

RGB 111 78 31 -
CMYK 0 0.30 0.72 0.56
HSL 35.25º 0.56% 0.28% -
HSV(B) 35.25º 0.72% 0.44% -
XYZ 9.53 8.93 2.52 -
YUV 82.51 98.93 148.32 -
System Red Green Blue C M Y K H S L
Decimal 111 78 31 0 0.30 0.72 0.56 35.25 0.56 0.28
Hex 6F 4E 1F 0 1E 48 38 23 38 1C
Octal 157 116 37 0 36 110 70 43 70 34
Binary 1101111 1001110 11111 0 11110 1001000 111000 100011 111000 11100

Color Harmonies of #6F4E1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F4E1F

Black with #6F4E1F

Text Example


Text Example

White with #6F4E1F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,78,31); }

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

background-color css

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

 a { background-color: rgb(111,78,31); }

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

border-color css

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

 span { border-color: rgb(111,78,31); }

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