Html Css Color HEX #6B4823 Antique Brass

📋 copy color: '#6B4823'

red 107 ◦ green 72 ◦ blue 35

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

Shades of Antique Brass #6B4823

Tints of Antique Brass #6B4823

RGB

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

 GREEN value IS 72 (28.52% from 255) = 33.64%

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

R = 50%
G = 33.64%
B = 16.36%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.67

 K value IS 0.58

RGB Variations

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

Color information

#6B4823 (or 0x6B4823) is known color: Antique Brass. HEX triplet: 6B, 48 and 23. RGB value is (107,72,35). Sum of RGB (Red+Green+Blue) = 107+72+35=214 (28% of max value = 765). Red value is 107 (42.19% from 255 or 50% from 214); Green value is 72 (28.52% from 255 or 33.64% from 214); Blue value is 35 (14.06% from 255 or 16.36% from 214); Max value from RGB is 107 - color contains mainly: red. Hex color #6B4823 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6B4823 is #94B7DC. Grayscale: #4E4E4E. Windows color (decimal): -9746397 or 2312299. OLE color: 2312299.

HSL color Cylindrical-coordinate representation of color #6B4823: hue angle of 30.83º 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 #6B4823 is Cyan = 0, Magento = 0.33, Yellow = 0.67 and Black (K on CMYK) = 0.58.

Color convert

RGB 107 72 35 -
CMYK 0 0.33 0.67 0.58
HSL 30.83º 0.51% 0.28% -
HSV(B) 30.83º 0.67% 0.42% -
XYZ 8.68 7.88 2.65 -
YUV 78.25 103.6 148.51 -
System Red Green Blue C M Y K H S L
Decimal 107 72 35 0 0.33 0.67 0.58 30.83 0.51 0.28
Hex 6B 48 23 0 21 43 3A 1F 33 1C
Octal 153 110 43 0 41 103 72 37 63 34
Binary 1101011 1001000 100011 0 100001 1000011 111010 11111 110011 11100

Color Harmonies of #6B4823

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B4823

Black with #6B4823

Text Example


Text Example

White with #6B4823

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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