Html Css Color HEX #6A4220 Antique Brass

📋 copy color: '#6A4220'

red 106 ◦ green 66 ◦ blue 32

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

Shades of Antique Brass #6A4220

Tints of Antique Brass #6A4220

RGB

 RED value IS 106 (41.8% from 255) = 51.96%

 GREEN value IS 66 (26.17% from 255) = 32.35%

 BLUE value IS 32 (12.89% from 255) = 15.69%

R = 51.96%
G = 32.35%
B = 15.69%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.70

 K value IS 0.58

RGB Variations

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

Color information

#6A4220 (or 0x6A4220) is known color: Antique Brass. HEX triplet: 6A, 42 and 20. RGB value is (106,66,32). Sum of RGB (Red+Green+Blue) = 106+66+32=204 (27% of max value = 765). Red value is 106 (41.80% from 255 or 51.96% from 204); Green value is 66 (26.17% from 255 or 32.35% from 204); Blue value is 32 (12.89% from 255 or 15.69% from 204); Max value from RGB is 106 - color contains mainly: red. Hex color #6A4220 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6A4220 is #95BDDF. Grayscale: #4A4A4A. Windows color (decimal): -9813472 or 2114154. OLE color: 2114154.

HSL color Cylindrical-coordinate representation of color #6A4220: hue angle of 27.57º degrees, saturation: 0.54, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #6A4220 is Cyan = 0, Magento = 0.38, Yellow = 0.70 and Black (K on CMYK) = 0.58.

Color convert

RGB 106 66 32 -
CMYK 0 0.38 0.70 0.58
HSL 27.57º 0.54% 0.27% -
HSV(B) 27.57º 0.7% 0.42% -
XYZ 8.15 7.06 2.3 -
YUV 74.08 104.25 150.76 -
System Red Green Blue C M Y K H S L
Decimal 106 66 32 0 0.38 0.70 0.58 27.57 0.54 0.27
Hex 6A 42 20 0 26 46 3A 1C 36 1B
Octal 152 102 40 0 46 106 72 34 66 33
Binary 1101010 1000010 100000 0 100110 1000110 111010 11100 110110 11011

Color Harmonies of #6A4220

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A4220

Black with #6A4220

Text Example


Text Example

White with #6A4220

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(106,66,32); }

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

background-color css

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

 a { background-color: rgb(106,66,32); }

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

border-color css

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

 span { border-color: rgb(106,66,32); }

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