Html Css Color HEX #6E431C Antique Brass

📋 copy color: '#6E431C'

red 110 ◦ green 67 ◦ blue 28

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

Shades of Antique Brass #6E431C

Tints of Antique Brass #6E431C

RGB

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

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

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

R = 53.66%
G = 32.68%
B = 13.66%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.75

 K value IS 0.57

RGB Variations

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

Color information

#6E431C (or 0x6E431C) is known color: Antique Brass. HEX triplet: 6E, 43 and 1C. RGB value is (110,67,28). Sum of RGB (Red+Green+Blue) = 110+67+28=205 (27% of max value = 765). Red value is 110 (43.36% from 255 or 53.66% from 205); Green value is 67 (26.56% from 255 or 32.68% from 205); Blue value is 28 (11.33% from 255 or 13.66% from 205); Max value from RGB is 110 - color contains mainly: red. Hex color #6E431C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6E431C is #91BCE3. Grayscale: #4B4B4B. Windows color (decimal): -9551076 or 1852270. OLE color: 1852270.

HSL color Cylindrical-coordinate representation of color #6E431C: hue angle of 28.54º 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 #6E431C is Cyan = 0, Magento = 0.39, Yellow = 0.75 and Black (K on CMYK) = 0.57.

Color convert

RGB 110 67 28 -
CMYK 0 0.39 0.75 0.57
HSL 28.54º 0.59% 0.27% -
HSV(B) 28.54º 0.75% 0.43% -
XYZ 8.65 7.41 2.07 -
YUV 75.41 101.25 152.67 -
System Red Green Blue C M Y K H S L
Decimal 110 67 28 0 0.39 0.75 0.57 28.54 0.59 0.27
Hex 6E 43 1C 0 27 4B 39 1D 3B 1B
Octal 156 103 34 0 47 113 71 35 73 33
Binary 1101110 1000011 11100 0 100111 1001011 111001 11101 111011 11011

Color Harmonies of #6E431C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E431C

Black with #6E431C

Text Example


Text Example

White with #6E431C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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