Html Css Color HEX #6B4922 Antique Brass

📋 copy color: '#6B4922'

red 107 ◦ green 73 ◦ blue 34

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

Shades of Antique Brass #6B4922

Tints of Antique Brass #6B4922

RGB

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

 GREEN value IS 73 (28.91% from 255) = 34.11%

 BLUE value IS 34 (13.67% from 255) = 15.89%

R = 50%
G = 34.11%
B = 15.89%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.68

 K value IS 0.58

RGB Variations

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

Color information

#6B4922 (or 0x6B4922) is known color: Antique Brass. HEX triplet: 6B, 49 and 22. RGB value is (107,73,34). Sum of RGB (Red+Green+Blue) = 107+73+34=214 (28% of max value = 765). Red value is 107 (42.19% from 255 or 50% from 214); Green value is 73 (28.91% from 255 or 34.11% from 214); Blue value is 34 (13.67% from 255 or 15.89% from 214); Max value from RGB is 107 - color contains mainly: red. Hex color #6B4922 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6B4922 is #94B6DD. Grayscale: #4E4E4E. Windows color (decimal): -9746142 or 2247019. OLE color: 2247019.

HSL color Cylindrical-coordinate representation of color #6B4922: hue angle of 32.05º degrees, saturation: 0.52, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #6B4922 is Cyan = 0, Magento = 0.32, Yellow = 0.68 and Black (K on CMYK) = 0.58.

Color convert

RGB 107 73 34 -
CMYK 0 0.32 0.68 0.58
HSL 32.05º 0.52% 0.28% -
HSV(B) 32.05º 0.68% 0.42% -
XYZ 8.73 8.01 2.6 -
YUV 78.72 102.76 148.17 -
System Red Green Blue C M Y K H S L
Decimal 107 73 34 0 0.32 0.68 0.58 32.05 0.52 0.28
Hex 6B 49 22 0 20 44 3A 20 34 1C
Octal 153 111 42 0 40 104 72 40 64 34
Binary 1101011 1001001 100010 0 100000 1000100 111010 100000 110100 11100

Color Harmonies of #6B4922

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B4922

Black with #6B4922

Text Example


Text Example

White with #6B4922

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,73,34); }

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

background-color css

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

 a { background-color: rgb(107,73,34); }

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

border-color css

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

 span { border-color: rgb(107,73,34); }

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