Html Css Color HEX #6F431B Antique Brass

📋 copy color: '#6F431B'

red 111 ◦ green 67 ◦ blue 27

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

Shades of Antique Brass #6F431B

Tints of Antique Brass #6F431B

RGB

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

 GREEN value IS 67 (26.56% from 255) = 32.68%

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

R = 54.15%
G = 32.68%
B = 13.17%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.76

 K value IS 0.56

RGB Variations

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

Color information

#6F431B (or 0x6F431B) is known color: Antique Brass. HEX triplet: 6F, 43 and 1B. RGB value is (111,67,27). Sum of RGB (Red+Green+Blue) = 111+67+27=205 (27% of max value = 765). Red value is 111 (43.75% from 255 or 54.15% from 205); Green value is 67 (26.56% from 255 or 32.68% from 205); Blue value is 27 (10.94% from 255 or 13.17% from 205); Max value from RGB is 111 - color contains mainly: red. Hex color #6F431B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6F431B is #90BCE4. Grayscale: #4B4B4B. Windows color (decimal): -9485541 or 1786735. OLE color: 1786735.

HSL color Cylindrical-coordinate representation of color #6F431B: hue angle of 28.57º 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 #6F431B is Cyan = 0, Magento = 0.40, Yellow = 0.76 and Black (K on CMYK) = 0.56.

Color convert

RGB 111 67 27 -
CMYK 0 0.40 0.76 0.56
HSL 28.57º 0.61% 0.27% -
HSV(B) 28.57º 0.76% 0.44% -
XYZ 8.76 7.47 2.02 -
YUV 75.6 100.58 153.25 -
System Red Green Blue C M Y K H S L
Decimal 111 67 27 0 0.40 0.76 0.56 28.57 0.61 0.27
Hex 6F 43 1B 0 28 4C 38 1D 3D 1B
Octal 157 103 33 0 50 114 70 35 75 33
Binary 1101111 1000011 11011 0 101000 1001100 111000 11101 111101 11011

Color Harmonies of #6F431B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F431B

Black with #6F431B

Text Example


Text Example

White with #6F431B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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