Html Css Color HEX #6D451B Antique Brass

📋 copy color: '#6D451B'

red 109 ◦ green 69 ◦ blue 27

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

Shades of Antique Brass #6D451B

Tints of Antique Brass #6D451B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 13.17%

R = 53.17%
G = 33.66%
B = 13.17%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.75

 K value IS 0.57

RGB Variations

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

Color information

#6D451B (or 0x6D451B) is known color: Antique Brass. HEX triplet: 6D, 45 and 1B. RGB value is (109,69,27). Sum of RGB (Red+Green+Blue) = 109+69+27=205 (27% of max value = 765). Red value is 109 (42.97% from 255 or 53.17% from 205); Green value is 69 (27.34% from 255 or 33.66% from 205); Blue value is 27 (10.94% from 255 or 13.17% from 205); Max value from RGB is 109 - color contains mainly: red. Hex color #6D451B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6D451B is #92BAE4. Grayscale: #4C4C4C. Windows color (decimal): -9616101 or 1787245. OLE color: 1787245.

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

Color convert

RGB 109 69 27 -
CMYK 0 0.37 0.75 0.57
HSL 30.73º 0.6% 0.27% -
HSV(B) 30.73º 0.75% 0.43% -
XYZ 8.63 7.59 2.05 -
YUV 76.17 100.25 151.42 -
System Red Green Blue C M Y K H S L
Decimal 109 69 27 0 0.37 0.75 0.57 30.73 0.6 0.27
Hex 6D 45 1B 0 25 4B 39 1F 3C 1B
Octal 155 105 33 0 45 113 71 37 74 33
Binary 1101101 1000101 11011 0 100101 1001011 111001 11111 111100 11011

Color Harmonies of #6D451B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D451B

Black with #6D451B

Text Example


Text Example

White with #6D451B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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