Html Css Color HEX #6B4618 Antique Brass

📋 copy color: '#6B4618'

red 107 ◦ green 70 ◦ blue 24

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

Shades of Antique Brass #6B4618

Tints of Antique Brass #6B4618

RGB

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

 GREEN value IS 70 (27.73% from 255) = 34.83%

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

R = 53.23%
G = 34.83%
B = 11.94%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.78

 K value IS 0.58

RGB Variations

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

Color information

#6B4618 (or 0x6B4618) is known color: Antique Brass. HEX triplet: 6B, 46 and 18. RGB value is (107,70,24). Sum of RGB (Red+Green+Blue) = 107+70+24=201 (26% of max value = 765). Red value is 107 (42.19% from 255 or 53.23% from 201); Green value is 70 (27.73% from 255 or 34.83% from 201); Blue value is 24 (9.77% from 255 or 11.94% from 201); Max value from RGB is 107 - color contains mainly: red. Hex color #6B4618 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6B4618 is #94B9E7. Grayscale: #4C4C4C. Windows color (decimal): -9746920 or 1590891. OLE color: 1590891.

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

Color convert

RGB 107 70 24 -
CMYK 0 0.35 0.78 0.58
HSL 33.25º 0.63% 0.26% -
HSV(B) 33.25º 0.78% 0.42% -
XYZ 8.42 7.57 1.88 -
YUV 75.82 98.76 150.24 -
System Red Green Blue C M Y K H S L
Decimal 107 70 24 0 0.35 0.78 0.58 33.25 0.63 0.26
Hex 6B 46 18 0 23 4E 3A 21 3F 1A
Octal 153 106 30 0 43 116 72 41 77 32
Binary 1101011 1000110 11000 0 100011 1001110 111010 100001 111111 11010

Color Harmonies of #6B4618

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B4618

Black with #6B4618

Text Example


Text Example

White with #6B4618

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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