Html Css Color HEX #6B4A1C Antique Brass

📋 copy color: '#6B4A1C'

red 107 ◦ green 74 ◦ blue 28

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

Shades of Antique Brass #6B4A1C

Tints of Antique Brass #6B4A1C

RGB

 RED value IS 107 (42.19% from 255) = 51.2%

 GREEN value IS 74 (29.3% from 255) = 35.41%

 BLUE value IS 28 (11.33% from 255) = 13.4%

R = 51.2%
G = 35.41%
B = 13.4%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.74

 K value IS 0.58

RGB Variations

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

Color information

#6B4A1C (or 0x6B4A1C) is known color: Antique Brass. HEX triplet: 6B, 4A and 1C. RGB value is (107,74,28). Sum of RGB (Red+Green+Blue) = 107+74+28=209 (27% of max value = 765). Red value is 107 (42.19% from 255 or 51.20% from 209); Green value is 74 (29.30% from 255 or 35.41% from 209); Blue value is 28 (11.33% from 255 or 13.40% from 209); Max value from RGB is 107 - color contains mainly: red. Hex color #6B4A1C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6B4A1C is #94B5E3. Grayscale: #4E4E4E. Windows color (decimal): -9745892 or 1854059. OLE color: 1854059.

HSL color Cylindrical-coordinate representation of color #6B4A1C: hue angle of 34.94º degrees, saturation: 0.59, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #6B4A1C is Cyan = 0, Magento = 0.31, Yellow = 0.74 and Black (K on CMYK) = 0.58.

Color convert

RGB 107 74 28 -
CMYK 0 0.31 0.74 0.58
HSL 34.94º 0.59% 0.26% -
HSV(B) 34.94º 0.74% 0.42% -
XYZ 8.72 8.11 2.2 -
YUV 78.62 99.43 148.24 -
System Red Green Blue C M Y K H S L
Decimal 107 74 28 0 0.31 0.74 0.58 34.94 0.59 0.26
Hex 6B 4A 1C 0 1F 4A 3A 23 3B 1A
Octal 153 112 34 0 37 112 72 43 73 32
Binary 1101011 1001010 11100 0 11111 1001010 111010 100011 111011 11010

Color Harmonies of #6B4A1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B4A1C

Black with #6B4A1C

Text Example


Text Example

White with #6B4A1C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,74,28); }

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

background-color css

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

 a { background-color: rgb(107,74,28); }

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

border-color css

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

 span { border-color: rgb(107,74,28); }

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