Html Css Color HEX #6F3F15 Antique Brass

📋 copy color: '#6F3F15'

red 111 ◦ green 63 ◦ blue 21

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

Shades of Antique Brass #6F3F15

Tints of Antique Brass #6F3F15

RGB

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

 GREEN value IS 63 (25% from 255) = 32.31%

 BLUE value IS 21 (8.59% from 255) = 10.77%

R = 56.92%
G = 32.31%
B = 10.77%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.81

 K value IS 0.56

RGB Variations

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

Color information

#6F3F15 (or 0x6F3F15) is known color: Antique Brass. HEX triplet: 6F, 3F and 15. RGB value is (111,63,21). Sum of RGB (Red+Green+Blue) = 111+63+21=195 (25% of max value = 765). Red value is 111 (43.75% from 255 or 56.92% from 195); Green value is 63 (25% from 255 or 32.31% from 195); Blue value is 21 (8.59% from 255 or 10.77% from 195); Max value from RGB is 111 - color contains mainly: red. Hex color #6F3F15 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6F3F15 is #90C0EA. Grayscale: #484848. Windows color (decimal): -9486571 or 1392495. OLE color: 1392495.

HSL color Cylindrical-coordinate representation of color #6F3F15: hue angle of 28º degrees, saturation: 0.68, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #6F3F15 is Cyan = 0, Magento = 0.43, Yellow = 0.81 and Black (K on CMYK) = 0.56.

Color convert

RGB 111 63 21 -
CMYK 0 0.43 0.81 0.56
HSL 28º 0.68% 0.26% -
HSV(B) 28º 0.81% 0.44% -
XYZ 8.47 6.99 1.61 -
YUV 72.56 98.9 155.42 -
System Red Green Blue C M Y K H S L
Decimal 111 63 21 0 0.43 0.81 0.56 28 0.68 0.26
Hex 6F 3F 15 0 2B 51 38 1C 44 1A
Octal 157 77 25 0 53 121 70 34 104 32
Binary 1101111 111111 10101 0 101011 1010001 111000 11100 1000100 11010

Color Harmonies of #6F3F15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F3F15

Black with #6F3F15

Text Example


Text Example

White with #6F3F15

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,63,21); }

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

background-color css

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

 a { background-color: rgb(111,63,21); }

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

border-color css

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

 span { border-color: rgb(111,63,21); }

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