Html Css Color HEX #6F4C21 Antique Brass

📋 copy color: '#6F4C21'

red 111 ◦ green 76 ◦ blue 33

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

Shades of Antique Brass #6F4C21

Tints of Antique Brass #6F4C21

RGB

 RED value IS 111 (43.75% from 255) = 50.45%

 GREEN value IS 76 (30.08% from 255) = 34.55%

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

R = 50.45%
G = 34.55%
B = 15%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.70

 K value IS 0.56

RGB Variations

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

Color information

#6F4C21 (or 0x6F4C21) is known color: Antique Brass. HEX triplet: 6F, 4C and 21. RGB value is (111,76,33). Sum of RGB (Red+Green+Blue) = 111+76+33=220 (29% of max value = 765). Red value is 111 (43.75% from 255 or 50.45% from 220); Green value is 76 (30.08% from 255 or 34.55% from 220); Blue value is 33 (13.28% from 255 or 15% from 220); Max value from RGB is 111 - color contains mainly: red. Hex color #6F4C21 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6F4C21 is #90B3DE. Grayscale: #515151. Windows color (decimal): -9483231 or 2182255. OLE color: 2182255.

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

Color convert

RGB 111 76 33 -
CMYK 0 0.32 0.70 0.56
HSL 33.08º 0.54% 0.28% -
HSV(B) 33.08º 0.7% 0.44% -
XYZ 9.41 8.66 2.61 -
YUV 81.56 100.6 149 -
System Red Green Blue C M Y K H S L
Decimal 111 76 33 0 0.32 0.70 0.56 33.08 0.54 0.28
Hex 6F 4C 21 0 20 46 38 21 36 1C
Octal 157 114 41 0 40 106 70 41 66 34
Binary 1101111 1001100 100001 0 100000 1000110 111000 100001 110110 11100

Color Harmonies of #6F4C21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F4C21

Black with #6F4C21

Text Example


Text Example

White with #6F4C21

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,76,33); }

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

background-color css

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

 a { background-color: rgb(111,76,33); }

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

border-color css

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

 span { border-color: rgb(111,76,33); }

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