Html Css Color HEX #6F401A Antique Brass

📋 copy color: '#6F401A'

red 111 ◦ green 64 ◦ blue 26

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

Shades of Antique Brass #6F401A

Tints of Antique Brass #6F401A

RGB

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

 GREEN value IS 64 (25.39% from 255) = 31.84%

 BLUE value IS 26 (10.55% from 255) = 12.94%

R = 55.22%
G = 31.84%
B = 12.94%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.77

 K value IS 0.56

RGB Variations

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

Color information

#6F401A (or 0x6F401A) is known color: Antique Brass. HEX triplet: 6F, 40 and 1A. RGB value is (111,64,26). Sum of RGB (Red+Green+Blue) = 111+64+26=201 (26% of max value = 765). Red value is 111 (43.75% from 255 or 55.22% from 201); Green value is 64 (25.39% from 255 or 31.84% from 201); Blue value is 26 (10.55% from 255 or 12.94% from 201); Max value from RGB is 111 - color contains mainly: red. Hex color #6F401A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6F401A is #90BFE5. Grayscale: #494949. Windows color (decimal): -9486310 or 1720431. OLE color: 1720431.

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

Color convert

RGB 111 64 26 -
CMYK 0 0.42 0.77 0.56
HSL 26.82º 0.62% 0.27% -
HSV(B) 26.82º 0.77% 0.44% -
XYZ 8.58 7.12 1.9 -
YUV 73.72 101.07 154.59 -
System Red Green Blue C M Y K H S L
Decimal 111 64 26 0 0.42 0.77 0.56 26.82 0.62 0.27
Hex 6F 40 1A 0 2A 4D 38 1B 3E 1B
Octal 157 100 32 0 52 115 70 33 76 33
Binary 1101111 1000000 11010 0 101010 1001101 111000 11011 111110 11011

Color Harmonies of #6F401A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F401A

Black with #6F401A

Text Example


Text Example

White with #6F401A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,64,26); }

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

background-color css

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

 a { background-color: rgb(111,64,26); }

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

border-color css

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

 span { border-color: rgb(111,64,26); }

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