Html Css Color HEX #6E4518 Antique Brass

📋 copy color: '#6E4518'

red 110 ◦ green 69 ◦ blue 24

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

Shades of Antique Brass #6E4518

Tints of Antique Brass #6E4518

RGB

 RED value IS 110 (43.36% from 255) = 54.19%

 GREEN value IS 69 (27.34% from 255) = 33.99%

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

R = 54.19%
G = 33.99%
B = 11.82%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.78

 K value IS 0.57

RGB Variations

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

Color information

#6E4518 (or 0x6E4518) is known color: Antique Brass. HEX triplet: 6E, 45 and 18. RGB value is (110,69,24). Sum of RGB (Red+Green+Blue) = 110+69+24=203 (26% of max value = 765). Red value is 110 (43.36% from 255 or 54.19% from 203); Green value is 69 (27.34% from 255 or 33.99% from 203); Blue value is 24 (9.77% from 255 or 11.82% from 203); Max value from RGB is 110 - color contains mainly: red. Hex color #6E4518 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6E4518 is #91BAE7. Grayscale: #4C4C4C. Windows color (decimal): -9550568 or 1590638. OLE color: 1590638.

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

Color convert

RGB 110 69 24 -
CMYK 0 0.37 0.78 0.57
HSL 31.4º 0.64% 0.26% -
HSV(B) 31.4º 0.78% 0.43% -
XYZ 8.72 7.64 1.88 -
YUV 76.13 98.58 152.16 -
System Red Green Blue C M Y K H S L
Decimal 110 69 24 0 0.37 0.78 0.57 31.4 0.64 0.26
Hex 6E 45 18 0 25 4E 39 1F 40 1A
Octal 156 105 30 0 45 116 71 37 100 32
Binary 1101110 1000101 11000 0 100101 1001110 111001 11111 1000000 11010

Color Harmonies of #6E4518

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E4518

Black with #6E4518

Text Example


Text Example

White with #6E4518

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,69,24); }

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

background-color css

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

 a { background-color: rgb(110,69,24); }

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

border-color css

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

 span { border-color: rgb(110,69,24); }

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