Html Css Color HEX #6B4923 Antique Brass

📋 copy color: '#6B4923'

red 107 ◦ green 73 ◦ blue 35

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

Shades of Antique Brass #6B4923

Tints of Antique Brass #6B4923

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 16.28%

R = 49.77%
G = 33.95%
B = 16.28%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.67

 K value IS 0.58

RGB Variations

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

Color information

#6B4923 (or 0x6B4923) is known color: Antique Brass. HEX triplet: 6B, 49 and 23. RGB value is (107,73,35). Sum of RGB (Red+Green+Blue) = 107+73+35=215 (28% of max value = 765). Red value is 107 (42.19% from 255 or 49.77% from 215); Green value is 73 (28.91% from 255 or 33.95% from 215); Blue value is 35 (14.06% from 255 or 16.28% from 215); Max value from RGB is 107 - color contains mainly: red. Hex color #6B4923 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6B4923 is #94B6DC. Grayscale: #4F4F4F. Windows color (decimal): -9746141 or 2312555. OLE color: 2312555.

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

Color convert

RGB 107 73 35 -
CMYK 0 0.32 0.67 0.58
HSL 31.67º 0.51% 0.28% -
HSV(B) 31.67º 0.67% 0.42% -
XYZ 8.75 8.01 2.68 -
YUV 78.83 103.26 148.09 -
System Red Green Blue C M Y K H S L
Decimal 107 73 35 0 0.32 0.67 0.58 31.67 0.51 0.28
Hex 6B 49 23 0 20 43 3A 20 33 1C
Octal 153 111 43 0 40 103 72 40 63 34
Binary 1101011 1001001 100011 0 100000 1000011 111010 100000 110011 11100

Color Harmonies of #6B4923

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B4923

Black with #6B4923

Text Example


Text Example

White with #6B4923

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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