Html Css Color HEX #6F421B Antique Brass

📋 copy color: '#6F421B'

red 111 ◦ green 66 ◦ blue 27

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

Shades of Antique Brass #6F421B

Tints of Antique Brass #6F421B

RGB

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

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

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

R = 54.41%
G = 32.35%
B = 13.24%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.76

 K value IS 0.56

RGB Variations

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

Color information

#6F421B (or 0x6F421B) is known color: Antique Brass. HEX triplet: 6F, 42 and 1B. RGB value is (111,66,27). Sum of RGB (Red+Green+Blue) = 111+66+27=204 (27% of max value = 765). Red value is 111 (43.75% from 255 or 54.41% from 204); Green value is 66 (26.17% from 255 or 32.35% from 204); Blue value is 27 (10.94% from 255 or 13.24% from 204); Max value from RGB is 111 - color contains mainly: red. Hex color #6F421B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6F421B is #90BDE4. Grayscale: #4B4B4B. Windows color (decimal): -9485797 or 1786479. OLE color: 1786479.

HSL color Cylindrical-coordinate representation of color #6F421B: hue angle of 27.86º degrees, saturation: 0.61, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #6F421B is Cyan = 0, Magento = 0.41, Yellow = 0.76 and Black (K on CMYK) = 0.56.

Color convert

RGB 111 66 27 -
CMYK 0 0.41 0.76 0.56
HSL 27.86º 0.61% 0.27% -
HSV(B) 27.86º 0.76% 0.44% -
XYZ 8.7 7.36 2 -
YUV 75.01 100.91 153.67 -
System Red Green Blue C M Y K H S L
Decimal 111 66 27 0 0.41 0.76 0.56 27.86 0.61 0.27
Hex 6F 42 1B 0 29 4C 38 1C 3D 1B
Octal 157 102 33 0 51 114 70 34 75 33
Binary 1101111 1000010 11011 0 101001 1001100 111000 11100 111101 11011

Color Harmonies of #6F421B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F421B

Black with #6F421B

Text Example


Text Example

White with #6F421B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,66,27); }

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

background-color css

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

 a { background-color: rgb(111,66,27); }

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

border-color css

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

 span { border-color: rgb(111,66,27); }

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