Html Css Color HEX #6D431B Antique Brass

📋 copy color: '#6D431B'

red 109 ◦ green 67 ◦ blue 27

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

Shades of Antique Brass #6D431B

Tints of Antique Brass #6D431B

RGB

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

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

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

R = 53.69%
G = 33%
B = 13.3%

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

#6D431B (or 0x6D431B) is known color: Antique Brass. HEX triplet: 6D, 43 and 1B. RGB value is (109,67,27). Sum of RGB (Red+Green+Blue) = 109+67+27=203 (26% of max value = 765). Red value is 109 (42.97% from 255 or 53.69% from 203); Green value is 67 (26.56% from 255 or 33.00% from 203); Blue value is 27 (10.94% from 255 or 13.30% from 203); Max value from RGB is 109 - color contains mainly: red. Hex color #6D431B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6D431B is #92BCE4. Grayscale: #4B4B4B. Windows color (decimal): -9616613 or 1786733. OLE color: 1786733.

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

Color convert

RGB 109 67 27 -
CMYK 0 0.39 0.75 0.57
HSL 29.27º 0.6% 0.27% -
HSV(B) 29.27º 0.75% 0.43% -
XYZ 8.51 7.34 2.01 -
YUV 75 100.91 152.25 -
System Red Green Blue C M Y K H S L
Decimal 109 67 27 0 0.39 0.75 0.57 29.27 0.6 0.27
Hex 6D 43 1B 0 27 4B 39 1D 3C 1B
Octal 155 103 33 0 47 113 71 35 74 33
Binary 1101101 1000011 11011 0 100111 1001011 111001 11101 111100 11011

Color Harmonies of #6D431B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D431B

Black with #6D431B

Text Example


Text Example

White with #6D431B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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