Html Css Color HEX #6E4417 Antique Brass

📋 copy color: '#6E4417'

red 110 ◦ green 68 ◦ blue 23

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

Shades of Antique Brass #6E4417

Tints of Antique Brass #6E4417

RGB

 RED value IS 110 (43.36% from 255) = 54.73%

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

 BLUE value IS 23 (9.38% from 255) = 11.44%

R = 54.73%
G = 33.83%
B = 11.44%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.79

 K value IS 0.57

RGB Variations

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

Color information

#6E4417 (or 0x6E4417) is known color: Antique Brass. HEX triplet: 6E, 44 and 17. RGB value is (110,68,23). Sum of RGB (Red+Green+Blue) = 110+68+23=201 (26% of max value = 765). Red value is 110 (43.36% from 255 or 54.73% from 201); Green value is 68 (26.95% from 255 or 33.83% from 201); Blue value is 23 (9.38% from 255 or 11.44% from 201); Max value from RGB is 110 - color contains mainly: red. Hex color #6E4417 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6E4417 is #91BBE8. Grayscale: #4B4B4B. Windows color (decimal): -9550825 or 1524846. OLE color: 1524846.

HSL color Cylindrical-coordinate representation of color #6E4417: hue angle of 31.03º degrees, saturation: 0.65, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #6E4417 is Cyan = 0, Magento = 0.38, Yellow = 0.79 and Black (K on CMYK) = 0.57.

Color convert

RGB 110 68 23 -
CMYK 0 0.38 0.79 0.57
HSL 31.03º 0.65% 0.26% -
HSV(B) 31.03º 0.79% 0.43% -
XYZ 8.65 7.51 1.8 -
YUV 75.43 98.41 152.66 -
System Red Green Blue C M Y K H S L
Decimal 110 68 23 0 0.38 0.79 0.57 31.03 0.65 0.26
Hex 6E 44 17 0 26 4F 39 1F 41 1A
Octal 156 104 27 0 46 117 71 37 101 32
Binary 1101110 1000100 10111 0 100110 1001111 111001 11111 1000001 11010

Color Harmonies of #6E4417

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E4417

Black with #6E4417

Text Example


Text Example

White with #6E4417

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,68,23); }

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

background-color css

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

 a { background-color: rgb(110,68,23); }

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

border-color css

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

 span { border-color: rgb(110,68,23); }

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