Html Css Color HEX #6B4418 Antique Brass

📋 copy color: '#6B4418'

red 107 ◦ green 68 ◦ blue 24

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

Shades of Antique Brass #6B4418

Tints of Antique Brass #6B4418

RGB

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

 GREEN value IS 68 (26.95% from 255) = 34.17%

 BLUE value IS 24 (9.77% from 255) = 12.06%

R = 53.77%
G = 34.17%
B = 12.06%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.78

 K value IS 0.58

RGB Variations

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

Color information

#6B4418 (or 0x6B4418) is known color: Antique Brass. HEX triplet: 6B, 44 and 18. RGB value is (107,68,24). Sum of RGB (Red+Green+Blue) = 107+68+24=199 (26% of max value = 765). Red value is 107 (42.19% from 255 or 53.77% from 199); Green value is 68 (26.95% from 255 or 34.17% from 199); Blue value is 24 (9.77% from 255 or 12.06% from 199); Max value from RGB is 107 - color contains mainly: red. Hex color #6B4418 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6B4418 is #94BBE7. Grayscale: #4A4A4A. Windows color (decimal): -9747432 or 1590379. OLE color: 1590379.

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

Color convert

RGB 107 68 24 -
CMYK 0 0.36 0.78 0.58
HSL 31.81º 0.63% 0.26% -
HSV(B) 31.81º 0.78% 0.42% -
XYZ 8.3 7.33 1.84 -
YUV 74.65 99.42 151.08 -
System Red Green Blue C M Y K H S L
Decimal 107 68 24 0 0.36 0.78 0.58 31.81 0.63 0.26
Hex 6B 44 18 0 24 4E 3A 20 3F 1A
Octal 153 104 30 0 44 116 72 40 77 32
Binary 1101011 1000100 11000 0 100100 1001110 111010 100000 111111 11010

Color Harmonies of #6B4418

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B4418

Black with #6B4418

Text Example


Text Example

White with #6B4418

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,68,24); }

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

background-color css

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

 a { background-color: rgb(107,68,24); }

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

border-color css

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

 span { border-color: rgb(107,68,24); }

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