Html Css Color HEX #6A431F Antique Brass

📋 copy color: '#6A431F'

red 106 ◦ green 67 ◦ blue 31

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

Shades of Antique Brass #6A431F

Tints of Antique Brass #6A431F

RGB

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

 GREEN value IS 67 (26.56% from 255) = 32.84%

 BLUE value IS 31 (12.5% from 255) = 15.2%

R = 51.96%
G = 32.84%
B = 15.2%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.71

 K value IS 0.58

RGB Variations

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

Color information

#6A431F (or 0x6A431F) is known color: Antique Brass. HEX triplet: 6A, 43 and 1F. RGB value is (106,67,31). Sum of RGB (Red+Green+Blue) = 106+67+31=204 (27% of max value = 765). Red value is 106 (41.80% from 255 or 51.96% from 204); Green value is 67 (26.56% from 255 or 32.84% from 204); Blue value is 31 (12.5% from 255 or 15.20% from 204); Max value from RGB is 106 - color contains mainly: red. Hex color #6A431F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6A431F is #95BCE0. Grayscale: #4A4A4A. Windows color (decimal): -9813217 or 2048874. OLE color: 2048874.

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

Color convert

RGB 106 67 31 -
CMYK 0 0.37 0.71 0.58
HSL 28.8º 0.55% 0.27% -
HSV(B) 28.8º 0.71% 0.42% -
XYZ 8.2 7.18 2.25 -
YUV 74.56 103.42 150.43 -
System Red Green Blue C M Y K H S L
Decimal 106 67 31 0 0.37 0.71 0.58 28.8 0.55 0.27
Hex 6A 43 1F 0 25 47 3A 1D 37 1B
Octal 152 103 37 0 45 107 72 35 67 33
Binary 1101010 1000011 11111 0 100101 1000111 111010 11101 110111 11011

Color Harmonies of #6A431F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A431F

Black with #6A431F

Text Example


Text Example

White with #6A431F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(106,67,31); }

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

background-color css

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

 a { background-color: rgb(106,67,31); }

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

border-color css

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

 span { border-color: rgb(106,67,31); }

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