Html Css Color HEX #6F431F Antique Brass

📋 copy color: '#6F431F'

red 111 ◦ green 67 ◦ blue 31

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

Shades of Antique Brass #6F431F

Tints of Antique Brass #6F431F

RGB

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

 GREEN value IS 67 (26.56% from 255) = 32.06%

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

R = 53.11%
G = 32.06%
B = 14.83%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.72

 K value IS 0.56

RGB Variations

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

Color information

#6F431F (or 0x6F431F) is known color: Antique Brass. HEX triplet: 6F, 43 and 1F. RGB value is (111,67,31). Sum of RGB (Red+Green+Blue) = 111+67+31=209 (27% of max value = 765). Red value is 111 (43.75% from 255 or 53.11% from 209); Green value is 67 (26.56% from 255 or 32.06% from 209); Blue value is 31 (12.5% from 255 or 14.83% from 209); Max value from RGB is 111 - color contains mainly: red. Hex color #6F431F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6F431F is #90BCE0. Grayscale: #4C4C4C. Windows color (decimal): -9485537 or 2048879. OLE color: 2048879.

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

Color convert

RGB 111 67 31 -
CMYK 0 0.40 0.72 0.56
HSL 27º 0.56% 0.28% -
HSV(B) 27º 0.72% 0.44% -
XYZ 8.81 7.49 2.28 -
YUV 76.05 102.58 152.93 -
System Red Green Blue C M Y K H S L
Decimal 111 67 31 0 0.40 0.72 0.56 27 0.56 0.28
Hex 6F 43 1F 0 28 48 38 1B 38 1C
Octal 157 103 37 0 50 110 70 33 70 34
Binary 1101111 1000011 11111 0 101000 1001000 111000 11011 111000 11100

Color Harmonies of #6F431F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F431F

Black with #6F431F

Text Example


Text Example

White with #6F431F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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