Html Css Color HEX #6E3E15 Antique Brass

📋 copy color: '#6E3E15'

red 110 ◦ green 62 ◦ blue 21

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

Shades of Antique Brass #6E3E15

Tints of Antique Brass #6E3E15

RGB

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

 GREEN value IS 62 (24.61% from 255) = 32.12%

 BLUE value IS 21 (8.59% from 255) = 10.88%

R = 56.99%
G = 32.12%
B = 10.88%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.81

 K value IS 0.57

RGB Variations

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

Color information

#6E3E15 (or 0x6E3E15) is known color: Antique Brass. HEX triplet: 6E, 3E and 15. RGB value is (110,62,21). Sum of RGB (Red+Green+Blue) = 110+62+21=193 (25% of max value = 765). Red value is 110 (43.36% from 255 or 56.99% from 193); Green value is 62 (24.61% from 255 or 32.12% from 193); Blue value is 21 (8.59% from 255 or 10.88% from 193); Max value from RGB is 110 - color contains mainly: red. Hex color #6E3E15 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6E3E15 is #91C1EA. Grayscale: #474747. Windows color (decimal): -9552363 or 1392238. OLE color: 1392238.

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

Color convert

RGB 110 62 21 -
CMYK 0 0.44 0.81 0.57
HSL 27.64º 0.68% 0.26% -
HSV(B) 27.64º 0.81% 0.43% -
XYZ 8.29 6.81 1.59 -
YUV 71.68 99.4 155.33 -
System Red Green Blue C M Y K H S L
Decimal 110 62 21 0 0.44 0.81 0.57 27.64 0.68 0.26
Hex 6E 3E 15 0 2C 51 39 1C 44 1A
Octal 156 76 25 0 54 121 71 34 104 32
Binary 1101110 111110 10101 0 101100 1010001 111001 11100 1000100 11010

Color Harmonies of #6E3E15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E3E15

Black with #6E3E15

Text Example


Text Example

White with #6E3E15

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,62,21); }

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

background-color css

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

 a { background-color: rgb(110,62,21); }

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

border-color css

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

 span { border-color: rgb(110,62,21); }

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