Html Css Color HEX #6D4B21 Antique Brass

📋 copy color: '#6D4B21'

red 109 ◦ green 75 ◦ blue 33

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

Shades of Antique Brass #6D4B21

Tints of Antique Brass #6D4B21

RGB

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

 GREEN value IS 75 (29.69% from 255) = 34.56%

 BLUE value IS 33 (13.28% from 255) = 15.21%

R = 50.23%
G = 34.56%
B = 15.21%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.70

 K value IS 0.57

RGB Variations

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

Color information

#6D4B21 (or 0x6D4B21) is known color: Antique Brass. HEX triplet: 6D, 4B and 21. RGB value is (109,75,33). Sum of RGB (Red+Green+Blue) = 109+75+33=217 (28% of max value = 765). Red value is 109 (42.97% from 255 or 50.23% from 217); Green value is 75 (29.69% from 255 or 34.56% from 217); Blue value is 33 (13.28% from 255 or 15.21% from 217); Max value from RGB is 109 - color contains mainly: red. Hex color #6D4B21 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6D4B21 is #92B4DE. Grayscale: #505050. Windows color (decimal): -9614559 or 2181997. OLE color: 2181997.

HSL color Cylindrical-coordinate representation of color #6D4B21: hue angle of 33.16º degrees, saturation: 0.54, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #6D4B21 is Cyan = 0, Magento = 0.31, Yellow = 0.70 and Black (K on CMYK) = 0.57.

Color convert

RGB 109 75 33 -
CMYK 0 0.31 0.70 0.57
HSL 33.16º 0.54% 0.28% -
HSV(B) 33.16º 0.7% 0.43% -
XYZ 9.1 8.39 2.58 -
YUV 80.38 101.26 148.42 -
System Red Green Blue C M Y K H S L
Decimal 109 75 33 0 0.31 0.70 0.57 33.16 0.54 0.28
Hex 6D 4B 21 0 1F 46 39 21 36 1C
Octal 155 113 41 0 37 106 71 41 66 34
Binary 1101101 1001011 100001 0 11111 1000110 111001 100001 110110 11100

Color Harmonies of #6D4B21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D4B21

Black with #6D4B21

Text Example


Text Example

White with #6D4B21

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,75,33); }

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

background-color css

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

 a { background-color: rgb(109,75,33); }

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

border-color css

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

 span { border-color: rgb(109,75,33); }

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