Html Css Color HEX #6B4017 Antique Brass

📋 copy color: '#6B4017'

red 107 ◦ green 64 ◦ blue 23

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

Shades of Antique Brass #6B4017

Tints of Antique Brass #6B4017

RGB

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

 GREEN value IS 64 (25.39% from 255) = 32.99%

 BLUE value IS 23 (9.38% from 255) = 11.86%

R = 55.15%
G = 32.99%
B = 11.86%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.79

 K value IS 0.58

RGB Variations

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

Color information

#6B4017 (or 0x6B4017) is known color: Antique Brass. HEX triplet: 6B, 40 and 17. RGB value is (107,64,23). Sum of RGB (Red+Green+Blue) = 107+64+23=194 (25% of max value = 765). Red value is 107 (42.19% from 255 or 55.15% from 194); Green value is 64 (25.39% from 255 or 32.99% from 194); Blue value is 23 (9.38% from 255 or 11.86% from 194); Max value from RGB is 107 - color contains mainly: red. Hex color #6B4017 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6B4017 is #94BFE8. Grayscale: #484848. Windows color (decimal): -9748457 or 1523819. OLE color: 1523819.

HSL color Cylindrical-coordinate representation of color #6B4017: hue angle of 29.29º degrees, saturation: 0.65, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #6B4017 is Cyan = 0, Magento = 0.40, Yellow = 0.79 and Black (K on CMYK) = 0.58.

Color convert

RGB 107 64 23 -
CMYK 0 0.40 0.79 0.58
HSL 29.29º 0.65% 0.25% -
HSV(B) 29.29º 0.79% 0.42% -
XYZ 8.05 6.85 1.71 -
YUV 72.18 100.25 152.83 -
System Red Green Blue C M Y K H S L
Decimal 107 64 23 0 0.40 0.79 0.58 29.29 0.65 0.25
Hex 6B 40 17 0 28 4F 3A 1D 41 19
Octal 153 100 27 0 50 117 72 35 101 31
Binary 1101011 1000000 10111 0 101000 1001111 111010 11101 1000001 11001

Color Harmonies of #6B4017

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B4017

Black with #6B4017

Text Example


Text Example

White with #6B4017

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,64,23); }

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

background-color css

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

 a { background-color: rgb(107,64,23); }

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

border-color css

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

 span { border-color: rgb(107,64,23); }

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