Html Css Color HEX #6B4220 Antique Brass

📋 copy color: '#6B4220'

red 107 ◦ green 66 ◦ blue 32

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

Shades of Antique Brass #6B4220

Tints of Antique Brass #6B4220

RGB

 RED value IS 107 (42.19% from 255) = 52.2%

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

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

R = 52.2%
G = 32.2%
B = 15.61%

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

#6B4220 (or 0x6B4220) is known color: Antique Brass. HEX triplet: 6B, 42 and 20. RGB value is (107,66,32). Sum of RGB (Red+Green+Blue) = 107+66+32=205 (27% of max value = 765). Red value is 107 (42.19% from 255 or 52.20% from 205); Green value is 66 (26.17% from 255 or 32.20% from 205); Blue value is 32 (12.89% from 255 or 15.61% from 205); Max value from RGB is 107 - color contains mainly: red. Hex color #6B4220 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6B4220 is #94BDDF. Grayscale: #4A4A4A. Windows color (decimal): -9747936 or 2114155. OLE color: 2114155.

HSL color Cylindrical-coordinate representation of color #6B4220: hue angle of 27.2º 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 #6B4220 is Cyan = 0, Magento = 0.38, Yellow = 0.70 and Black (K on CMYK) = 0.58.

Color convert

RGB 107 66 32 -
CMYK 0 0.38 0.70 0.58
HSL 27.2º 0.54% 0.27% -
HSV(B) 27.2º 0.7% 0.42% -
XYZ 8.27 7.13 2.31 -
YUV 74.38 104.08 151.26 -
System Red Green Blue C M Y K H S L
Decimal 107 66 32 0 0.38 0.70 0.58 27.2 0.54 0.27
Hex 6B 42 20 0 26 46 3A 1B 36 1B
Octal 153 102 40 0 46 106 72 33 66 33
Binary 1101011 1000010 100000 0 100110 1000110 111010 11011 110110 11011

Color Harmonies of #6B4220

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B4220

Black with #6B4220

Text Example


Text Example

White with #6B4220

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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