Html Css Color HEX #6F4217 Antique Brass

📋 copy color: '#6F4217'

red 111 ◦ green 66 ◦ blue 23

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

Shades of Antique Brass #6F4217

Tints of Antique Brass #6F4217

RGB

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

 GREEN value IS 66 (26.17% from 255) = 33%

 BLUE value IS 23 (9.38% from 255) = 11.5%

R = 55.5%
G = 33%
B = 11.5%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.79

 K value IS 0.56

RGB Variations

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

Color information

#6F4217 (or 0x6F4217) is known color: Antique Brass. HEX triplet: 6F, 42 and 17. RGB value is (111,66,23). Sum of RGB (Red+Green+Blue) = 111+66+23=200 (26% of max value = 765). Red value is 111 (43.75% from 255 or 55.5% from 200); Green value is 66 (26.17% from 255 or 33% from 200); Blue value is 23 (9.38% from 255 or 11.5% from 200); Max value from RGB is 111 - color contains mainly: red. Hex color #6F4217 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6F4217 is #90BDE8. Grayscale: #4A4A4A. Windows color (decimal): -9485801 or 1524335. OLE color: 1524335.

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

Color convert

RGB 111 66 23 -
CMYK 0 0.41 0.79 0.56
HSL 29.32º 0.66% 0.26% -
HSV(B) 29.32º 0.79% 0.44% -
XYZ 8.66 7.34 1.77 -
YUV 74.55 98.91 154 -
System Red Green Blue C M Y K H S L
Decimal 111 66 23 0 0.41 0.79 0.56 29.32 0.66 0.26
Hex 6F 42 17 0 29 4F 38 1D 42 1A
Octal 157 102 27 0 51 117 70 35 102 32
Binary 1101111 1000010 10111 0 101001 1001111 111000 11101 1000010 11010

Color Harmonies of #6F4217

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F4217

Black with #6F4217

Text Example


Text Example

White with #6F4217

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,66,23); }

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

background-color css

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

 a { background-color: rgb(111,66,23); }

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

border-color css

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

 span { border-color: rgb(111,66,23); }

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