Html Css Color HEX #6F441E Antique Brass

📋 copy color: '#6F441E'

red 111 ◦ green 68 ◦ blue 30

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

Shades of Antique Brass #6F441E

Tints of Antique Brass #6F441E

RGB

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

 GREEN value IS 68 (26.95% from 255) = 32.54%

 BLUE value IS 30 (12.11% from 255) = 14.35%

R = 53.11%
G = 32.54%
B = 14.35%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.73

 K value IS 0.56

RGB Variations

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

Color information

#6F441E (or 0x6F441E) is known color: Antique Brass. HEX triplet: 6F, 44 and 1E. RGB value is (111,68,30). Sum of RGB (Red+Green+Blue) = 111+68+30=209 (27% of max value = 765). Red value is 111 (43.75% from 255 or 53.11% from 209); Green value is 68 (26.95% from 255 or 32.54% from 209); Blue value is 30 (12.11% from 255 or 14.35% from 209); Max value from RGB is 111 - color contains mainly: red. Hex color #6F441E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6F441E is #90BBE1. Grayscale: #4C4C4C. Windows color (decimal): -9485282 or 1983599. OLE color: 1983599.

HSL color Cylindrical-coordinate representation of color #6F441E: hue angle of 28.15º degrees, saturation: 0.57, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #6F441E is Cyan = 0, Magento = 0.39, Yellow = 0.73 and Black (K on CMYK) = 0.56.

Color convert

RGB 111 68 30 -
CMYK 0 0.39 0.73 0.56
HSL 28.15º 0.57% 0.28% -
HSV(B) 28.15º 0.73% 0.44% -
XYZ 8.86 7.61 2.23 -
YUV 76.53 101.75 152.59 -
System Red Green Blue C M Y K H S L
Decimal 111 68 30 0 0.39 0.73 0.56 28.15 0.57 0.28
Hex 6F 44 1E 0 27 49 38 1C 39 1C
Octal 157 104 36 0 47 111 70 34 71 34
Binary 1101111 1000100 11110 0 100111 1001001 111000 11100 111001 11100

Color Harmonies of #6F441E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F441E

Black with #6F441E

Text Example


Text Example

White with #6F441E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,68,30); }

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

background-color css

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

 a { background-color: rgb(111,68,30); }

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

border-color css

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

 span { border-color: rgb(111,68,30); }

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