Html Css Color HEX #6F4116 Antique Brass

📋 copy color: '#6F4116'

red 111 ◦ green 65 ◦ blue 22

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

Shades of Antique Brass #6F4116

Tints of Antique Brass #6F4116

RGB

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

 GREEN value IS 65 (25.78% from 255) = 32.83%

 BLUE value IS 22 (8.98% from 255) = 11.11%

R = 56.06%
G = 32.83%
B = 11.11%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.80

 K value IS 0.56

RGB Variations

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

Color information

#6F4116 (or 0x6F4116) is known color: Antique Brass. HEX triplet: 6F, 41 and 16. RGB value is (111,65,22). Sum of RGB (Red+Green+Blue) = 111+65+22=198 (26% of max value = 765). Red value is 111 (43.75% from 255 or 56.06% from 198); Green value is 65 (25.78% from 255 or 32.83% from 198); Blue value is 22 (8.98% from 255 or 11.11% from 198); Max value from RGB is 111 - color contains mainly: red. Hex color #6F4116 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6F4116 is #90BEE9. Grayscale: #4A4A4A. Windows color (decimal): -9486058 or 1458543. OLE color: 1458543.

HSL color Cylindrical-coordinate representation of color #6F4116: hue angle of 28.99º degrees, saturation: 0.67, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #6F4116 is Cyan = 0, Magento = 0.41, Yellow = 0.80 and Black (K on CMYK) = 0.56.

Color convert

RGB 111 65 22 -
CMYK 0 0.41 0.80 0.56
HSL 28.99º 0.67% 0.26% -
HSV(B) 28.99º 0.8% 0.44% -
XYZ 8.59 7.22 1.7 -
YUV 73.85 98.74 154.5 -
System Red Green Blue C M Y K H S L
Decimal 111 65 22 0 0.41 0.80 0.56 28.99 0.67 0.26
Hex 6F 41 16 0 29 50 38 1D 43 1A
Octal 157 101 26 0 51 120 70 35 103 32
Binary 1101111 1000001 10110 0 101001 1010000 111000 11101 1000011 11010

Color Harmonies of #6F4116

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F4116

Black with #6F4116

Text Example


Text Example

White with #6F4116

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,65,22); }

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

background-color css

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

 a { background-color: rgb(111,65,22); }

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

border-color css

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

 span { border-color: rgb(111,65,22); }

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