Html Css Color HEX #6E411C Antique Brass

📋 copy color: '#6E411C'

red 110 ◦ green 65 ◦ blue 28

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

Shades of Antique Brass #6E411C

Tints of Antique Brass #6E411C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 13.79%

R = 54.19%
G = 32.02%
B = 13.79%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.75

 K value IS 0.57

RGB Variations

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

Color information

#6E411C (or 0x6E411C) is known color: Antique Brass. HEX triplet: 6E, 41 and 1C. RGB value is (110,65,28). Sum of RGB (Red+Green+Blue) = 110+65+28=203 (26% of max value = 765). Red value is 110 (43.36% from 255 or 54.19% from 203); Green value is 65 (25.78% from 255 or 32.02% from 203); Blue value is 28 (11.33% from 255 or 13.79% from 203); Max value from RGB is 110 - color contains mainly: red. Hex color #6E411C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6E411C is #91BEE3. Grayscale: #4A4A4A. Windows color (decimal): -9551588 or 1851758. OLE color: 1851758.

HSL color Cylindrical-coordinate representation of color #6E411C: hue angle of 27.07º degrees, saturation: 0.59, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #6E411C is Cyan = 0, Magento = 0.41, Yellow = 0.75 and Black (K on CMYK) = 0.57.

Color convert

RGB 110 65 28 -
CMYK 0 0.41 0.75 0.57
HSL 27.07º 0.59% 0.27% -
HSV(B) 27.07º 0.75% 0.43% -
XYZ 8.53 7.18 2.03 -
YUV 74.24 101.91 153.51 -
System Red Green Blue C M Y K H S L
Decimal 110 65 28 0 0.41 0.75 0.57 27.07 0.59 0.27
Hex 6E 41 1C 0 29 4B 39 1B 3B 1B
Octal 156 101 34 0 51 113 71 33 73 33
Binary 1101110 1000001 11100 0 101001 1001011 111001 11011 111011 11011

Color Harmonies of #6E411C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E411C

Black with #6E411C

Text Example


Text Example

White with #6E411C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,65,28); }

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

background-color css

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

 a { background-color: rgb(110,65,28); }

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

border-color css

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

 span { border-color: rgb(110,65,28); }

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