Html Css Color HEX #6F4418 Antique Brass

📋 copy color: '#6F4418'

red 111 ◦ green 68 ◦ blue 24

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

Shades of Antique Brass #6F4418

Tints of Antique Brass #6F4418

RGB

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

 GREEN value IS 68 (26.95% from 255) = 33.5%

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

R = 54.68%
G = 33.5%
B = 11.82%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.78

 K value IS 0.56

RGB Variations

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

Color information

#6F4418 (or 0x6F4418) is known color: Antique Brass. HEX triplet: 6F, 44 and 18. RGB value is (111,68,24). Sum of RGB (Red+Green+Blue) = 111+68+24=203 (26% of max value = 765). Red value is 111 (43.75% from 255 or 54.68% from 203); Green value is 68 (26.95% from 255 or 33.50% from 203); Blue value is 24 (9.77% from 255 or 11.82% from 203); Max value from RGB is 111 - color contains mainly: red. Hex color #6F4418 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6F4418 is #90BBE7. Grayscale: #4C4C4C. Windows color (decimal): -9485288 or 1590383. OLE color: 1590383.

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

Color convert

RGB 111 68 24 -
CMYK 0 0.39 0.78 0.56
HSL 30.34º 0.64% 0.26% -
HSV(B) 30.34º 0.78% 0.44% -
XYZ 8.79 7.58 1.86 -
YUV 75.84 98.75 153.08 -
System Red Green Blue C M Y K H S L
Decimal 111 68 24 0 0.39 0.78 0.56 30.34 0.64 0.26
Hex 6F 44 18 0 27 4E 38 1E 40 1A
Octal 157 104 30 0 47 116 70 36 100 32
Binary 1101111 1000100 11000 0 100111 1001110 111000 11110 1000000 11010

Color Harmonies of #6F4418

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F4418

Black with #6F4418

Text Example


Text Example

White with #6F4418

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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