Html Css Color HEX #6E431D Antique Brass

📋 copy color: '#6E431D'

red 110 ◦ green 67 ◦ blue 29

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

Shades of Antique Brass #6E431D

Tints of Antique Brass #6E431D

RGB

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

 GREEN value IS 67 (26.56% from 255) = 32.52%

 BLUE value IS 29 (11.72% from 255) = 14.08%

R = 53.4%
G = 32.52%
B = 14.08%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.74

 K value IS 0.57

RGB Variations

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

Color information

#6E431D (or 0x6E431D) is known color: Antique Brass. HEX triplet: 6E, 43 and 1D. RGB value is (110,67,29). Sum of RGB (Red+Green+Blue) = 110+67+29=206 (27% of max value = 765). Red value is 110 (43.36% from 255 or 53.40% from 206); Green value is 67 (26.56% from 255 or 32.52% from 206); Blue value is 29 (11.72% from 255 or 14.08% from 206); Max value from RGB is 110 - color contains mainly: red. Hex color #6E431D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6E431D is #91BCE2. Grayscale: #4B4B4B. Windows color (decimal): -9551075 or 1917806. OLE color: 1917806.

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

Color convert

RGB 110 67 29 -
CMYK 0 0.39 0.74 0.57
HSL 28.15º 0.58% 0.27% -
HSV(B) 28.15º 0.74% 0.43% -
XYZ 8.66 7.42 2.14 -
YUV 75.53 101.75 152.59 -
System Red Green Blue C M Y K H S L
Decimal 110 67 29 0 0.39 0.74 0.57 28.15 0.58 0.27
Hex 6E 43 1D 0 27 4A 39 1C 3A 1B
Octal 156 103 35 0 47 112 71 34 72 33
Binary 1101110 1000011 11101 0 100111 1001010 111001 11100 111010 11011

Color Harmonies of #6E431D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E431D

Black with #6E431D

Text Example


Text Example

White with #6E431D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,67,29); }

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

background-color css

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

 a { background-color: rgb(110,67,29); }

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

border-color css

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

 span { border-color: rgb(110,67,29); }

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