Html Css Color HEX #6E501E Antique Brass

📋 copy color: '#6E501E'

red 110 ◦ green 80 ◦ blue 30

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

Shades of Antique Brass #6E501E

Tints of Antique Brass #6E501E

RGB

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

 GREEN value IS 80 (31.64% from 255) = 36.36%

 BLUE value IS 30 (12.11% from 255) = 13.64%

R = 50%
G = 36.36%
B = 13.64%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.73

 K value IS 0.57

RGB Variations

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

Color information

#6E501E (or 0x6E501E) is known color: Antique Brass. HEX triplet: 6E, 50 and 1E. RGB value is (110,80,30). Sum of RGB (Red+Green+Blue) = 110+80+30=220 (29% of max value = 765). Red value is 110 (43.36% from 255 or 50% from 220); Green value is 80 (31.64% from 255 or 36.36% from 220); Blue value is 30 (12.11% from 255 or 13.64% from 220); Max value from RGB is 110 - color contains mainly: red. Hex color #6E501E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6E501E is #91AFE1. Grayscale: #535353. Windows color (decimal): -9547746 or 1986670. OLE color: 1986670.

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

Color convert

RGB 110 80 30 -
CMYK 0 0.27 0.73 0.57
HSL 37.5º 0.57% 0.27% -
HSV(B) 37.5º 0.73% 0.43% -
XYZ 9.53 9.15 2.49 -
YUV 83.27 97.94 147.07 -
System Red Green Blue C M Y K H S L
Decimal 110 80 30 0 0.27 0.73 0.57 37.5 0.57 0.27
Hex 6E 50 1E 0 1B 49 39 26 39 1B
Octal 156 120 36 0 33 111 71 46 71 33
Binary 1101110 1010000 11110 0 11011 1001001 111001 100110 111001 11011

Color Harmonies of #6E501E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E501E

Black with #6E501E

Text Example


Text Example

White with #6E501E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,80,30); }

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

background-color css

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

 a { background-color: rgb(110,80,30); }

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

border-color css

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

 span { border-color: rgb(110,80,30); }

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