Html Css Color HEX #6A421E Antique Brass

📋 copy color: '#6A421E'

red 106 ◦ green 66 ◦ blue 30

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

Shades of Antique Brass #6A421E

Tints of Antique Brass #6A421E

RGB

 RED value IS 106 (41.8% from 255) = 52.48%

 GREEN value IS 66 (26.17% from 255) = 32.67%

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

R = 52.48%
G = 32.67%
B = 14.85%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.72

 K value IS 0.58

RGB Variations

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

Color information

#6A421E (or 0x6A421E) is known color: Antique Brass. HEX triplet: 6A, 42 and 1E. RGB value is (106,66,30). Sum of RGB (Red+Green+Blue) = 106+66+30=202 (26% of max value = 765). Red value is 106 (41.80% from 255 or 52.48% from 202); Green value is 66 (26.17% from 255 or 32.67% from 202); Blue value is 30 (12.11% from 255 or 14.85% from 202); Max value from RGB is 106 - color contains mainly: red. Hex color #6A421E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6A421E is #95BDE1. Grayscale: #4A4A4A. Windows color (decimal): -9813474 or 1983082. OLE color: 1983082.

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

Color convert

RGB 106 66 30 -
CMYK 0 0.38 0.72 0.58
HSL 28.42º 0.56% 0.27% -
HSV(B) 28.42º 0.72% 0.42% -
XYZ 8.13 7.05 2.16 -
YUV 73.86 103.25 150.93 -
System Red Green Blue C M Y K H S L
Decimal 106 66 30 0 0.38 0.72 0.58 28.42 0.56 0.27
Hex 6A 42 1E 0 26 48 3A 1C 38 1B
Octal 152 102 36 0 46 110 72 34 70 33
Binary 1101010 1000010 11110 0 100110 1001000 111010 11100 111000 11011

Color Harmonies of #6A421E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A421E

Black with #6A421E

Text Example


Text Example

White with #6A421E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(106,66,30); }

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

background-color css

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

 a { background-color: rgb(106,66,30); }

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

border-color css

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

 span { border-color: rgb(106,66,30); }

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