Html Css Color HEX #6E451D Antique Brass

📋 copy color: '#6E451D'

red 110 ◦ green 69 ◦ blue 29

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

Shades of Antique Brass #6E451D

Tints of Antique Brass #6E451D

RGB

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

 GREEN value IS 69 (27.34% from 255) = 33.17%

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

R = 52.88%
G = 33.17%
B = 13.94%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.74

 K value IS 0.57

RGB Variations

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

Color information

#6E451D (or 0x6E451D) is known color: Antique Brass. HEX triplet: 6E, 45 and 1D. RGB value is (110,69,29). Sum of RGB (Red+Green+Blue) = 110+69+29=208 (27% of max value = 765). Red value is 110 (43.36% from 255 or 52.88% from 208); Green value is 69 (27.34% from 255 or 33.17% from 208); Blue value is 29 (11.72% from 255 or 13.94% from 208); Max value from RGB is 110 - color contains mainly: red. Hex color #6E451D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6E451D is #91BAE2. Grayscale: #4C4C4C. Windows color (decimal): -9550563 or 1918318. OLE color: 1918318.

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

Color convert

RGB 110 69 29 -
CMYK 0 0.37 0.74 0.57
HSL 29.63º 0.58% 0.27% -
HSV(B) 29.63º 0.74% 0.43% -
XYZ 8.78 7.66 2.18 -
YUV 76.7 101.08 151.75 -
System Red Green Blue C M Y K H S L
Decimal 110 69 29 0 0.37 0.74 0.57 29.63 0.58 0.27
Hex 6E 45 1D 0 25 4A 39 1E 3A 1B
Octal 156 105 35 0 45 112 71 36 72 33
Binary 1101110 1000101 11101 0 100101 1001010 111001 11110 111010 11011

Color Harmonies of #6E451D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E451D

Black with #6E451D

Text Example


Text Example

White with #6E451D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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