Html Css Color HEX #6F4B1F Antique Brass

📋 copy color: '#6F4B1F'

red 111 ◦ green 75 ◦ blue 31

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

Shades of Antique Brass #6F4B1F

Tints of Antique Brass #6F4B1F

RGB

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

 GREEN value IS 75 (29.69% from 255) = 34.56%

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

R = 51.15%
G = 34.56%
B = 14.29%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.72

 K value IS 0.56

RGB Variations

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

Color information

#6F4B1F (or 0x6F4B1F) is known color: Antique Brass. HEX triplet: 6F, 4B and 1F. RGB value is (111,75,31). Sum of RGB (Red+Green+Blue) = 111+75+31=217 (28% of max value = 765). Red value is 111 (43.75% from 255 or 51.15% from 217); Green value is 75 (29.69% from 255 or 34.56% from 217); Blue value is 31 (12.5% from 255 or 14.29% from 217); Max value from RGB is 111 - color contains mainly: red. Hex color #6F4B1F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6F4B1F is #90B4E0. Grayscale: #505050. Windows color (decimal): -9483489 or 2050927. OLE color: 2050927.

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

Color convert

RGB 111 75 31 -
CMYK 0 0.32 0.72 0.56
HSL 33º 0.56% 0.28% -
HSV(B) 33º 0.72% 0.44% -
XYZ 9.32 8.51 2.45 -
YUV 80.75 99.93 149.58 -
System Red Green Blue C M Y K H S L
Decimal 111 75 31 0 0.32 0.72 0.56 33 0.56 0.28
Hex 6F 4B 1F 0 20 48 38 21 38 1C
Octal 157 113 37 0 40 110 70 41 70 34
Binary 1101111 1001011 11111 0 100000 1001000 111000 100001 111000 11100

Color Harmonies of #6F4B1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F4B1F

Black with #6F4B1F

Text Example


Text Example

White with #6F4B1F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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