Html Css Color HEX #6F4718 Antique Brass

📋 copy color: '#6F4718'

red 111 ◦ green 71 ◦ blue 24

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

Shades of Antique Brass #6F4718

Tints of Antique Brass #6F4718

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 11.65%

R = 53.88%
G = 34.47%
B = 11.65%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.78

 K value IS 0.56

RGB Variations

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

Color information

#6F4718 (or 0x6F4718) is known color: Antique Brass. HEX triplet: 6F, 47 and 18. RGB value is (111,71,24). Sum of RGB (Red+Green+Blue) = 111+71+24=206 (27% of max value = 765). Red value is 111 (43.75% from 255 or 53.88% from 206); Green value is 71 (28.12% from 255 or 34.47% from 206); Blue value is 24 (9.77% from 255 or 11.65% from 206); Max value from RGB is 111 - color contains mainly: red. Hex color #6F4718 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6F4718 is #90B8E7. Grayscale: #4D4D4D. Windows color (decimal): -9484520 or 1591151. OLE color: 1591151.

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

Color convert

RGB 111 71 24 -
CMYK 0 0.36 0.78 0.56
HSL 32.41º 0.64% 0.26% -
HSV(B) 32.41º 0.78% 0.44% -
XYZ 8.97 7.95 1.93 -
YUV 77.6 97.75 151.82 -
System Red Green Blue C M Y K H S L
Decimal 111 71 24 0 0.36 0.78 0.56 32.41 0.64 0.26
Hex 6F 47 18 0 24 4E 38 20 40 1A
Octal 157 107 30 0 44 116 70 40 100 32
Binary 1101111 1000111 11000 0 100100 1001110 111000 100000 1000000 11010

Color Harmonies of #6F4718

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F4718

Black with #6F4718

Text Example


Text Example

White with #6F4718

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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