Html Css Color HEX #6F4722 Antique Brass

📋 copy color: '#6F4722'

red 111 ◦ green 71 ◦ blue 34

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

Shades of Antique Brass #6F4722

Tints of Antique Brass #6F4722

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 15.74%

R = 51.39%
G = 32.87%
B = 15.74%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.69

 K value IS 0.56

RGB Variations

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

Color information

#6F4722 (or 0x6F4722) is known color: Antique Brass. HEX triplet: 6F, 47 and 22. RGB value is (111,71,34). Sum of RGB (Red+Green+Blue) = 111+71+34=216 (28% of max value = 765). Red value is 111 (43.75% from 255 or 51.39% from 216); Green value is 71 (28.12% from 255 or 32.87% from 216); Blue value is 34 (13.67% from 255 or 15.74% from 216); Max value from RGB is 111 - color contains mainly: red. Hex color #6F4722 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6F4722 is #90B8DD. Grayscale: #4E4E4E. Windows color (decimal): -9484510 or 2246511. OLE color: 2246511.

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

Color convert

RGB 111 71 34 -
CMYK 0 0.36 0.69 0.56
HSL 28.83º 0.53% 0.28% -
HSV(B) 28.83º 0.69% 0.44% -
XYZ 9.1 8 2.58 -
YUV 78.74 102.75 151.01 -
System Red Green Blue C M Y K H S L
Decimal 111 71 34 0 0.36 0.69 0.56 28.83 0.53 0.28
Hex 6F 47 22 0 24 45 38 1D 35 1C
Octal 157 107 42 0 44 105 70 35 65 34
Binary 1101111 1000111 100010 0 100100 1000101 111000 11101 110101 11100

Color Harmonies of #6F4722

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F4722

Black with #6F4722

Text Example


Text Example

White with #6F4722

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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