Html Css Color HEX #6D451D Antique Brass

📋 copy color: '#6D451D'

red 109 ◦ green 69 ◦ blue 29

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

Shades of Antique Brass #6D451D

Tints of Antique Brass #6D451D

RGB

 RED value IS 109 (42.97% from 255) = 52.66%

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

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

R = 52.66%
G = 33.33%
B = 14.01%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.73

 K value IS 0.57

RGB Variations

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

Color information

#6D451D (or 0x6D451D) is known color: Antique Brass. HEX triplet: 6D, 45 and 1D. RGB value is (109,69,29). Sum of RGB (Red+Green+Blue) = 109+69+29=207 (27% of max value = 765). Red value is 109 (42.97% from 255 or 52.66% from 207); Green value is 69 (27.34% from 255 or 33.33% from 207); Blue value is 29 (11.72% from 255 or 14.01% from 207); Max value from RGB is 109 - color contains mainly: red. Hex color #6D451D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6D451D is #92BAE2. Grayscale: #4C4C4C. Windows color (decimal): -9616099 or 1918317. OLE color: 1918317.

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

Color convert

RGB 109 69 29 -
CMYK 0 0.37 0.73 0.57
HSL 30º 0.58% 0.27% -
HSV(B) 30º 0.73% 0.43% -
XYZ 8.66 7.6 2.17 -
YUV 76.4 101.25 151.25 -
System Red Green Blue C M Y K H S L
Decimal 109 69 29 0 0.37 0.73 0.57 30 0.58 0.27
Hex 6D 45 1D 0 25 49 39 1E 3A 1B
Octal 155 105 35 0 45 111 71 36 72 33
Binary 1101101 1000101 11101 0 100101 1001001 111001 11110 111010 11011

Color Harmonies of #6D451D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D451D

Black with #6D451D

Text Example


Text Example

White with #6D451D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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