Html Css Color HEX #6B4317 Antique Brass

📋 copy color: '#6B4317'

red 107 ◦ green 67 ◦ blue 23

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

Shades of Antique Brass #6B4317

Tints of Antique Brass #6B4317

RGB

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

 GREEN value IS 67 (26.56% from 255) = 34.01%

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

R = 54.31%
G = 34.01%
B = 11.68%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.79

 K value IS 0.58

RGB Variations

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

Color information

#6B4317 (or 0x6B4317) is known color: Antique Brass. HEX triplet: 6B, 43 and 17. RGB value is (107,67,23). Sum of RGB (Red+Green+Blue) = 107+67+23=197 (26% of max value = 765). Red value is 107 (42.19% from 255 or 54.31% from 197); Green value is 67 (26.56% from 255 or 34.01% from 197); Blue value is 23 (9.38% from 255 or 11.68% from 197); Max value from RGB is 107 - color contains mainly: red. Hex color #6B4317 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6B4317 is #94BCE8. Grayscale: #4A4A4A. Windows color (decimal): -9747689 or 1524587. OLE color: 1524587.

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

Color convert

RGB 107 67 23 -
CMYK 0 0.37 0.79 0.58
HSL 31.43º 0.65% 0.25% -
HSV(B) 31.43º 0.79% 0.42% -
XYZ 8.23 7.2 1.77 -
YUV 73.94 99.25 151.58 -
System Red Green Blue C M Y K H S L
Decimal 107 67 23 0 0.37 0.79 0.58 31.43 0.65 0.25
Hex 6B 43 17 0 25 4F 3A 1F 41 19
Octal 153 103 27 0 45 117 72 37 101 31
Binary 1101011 1000011 10111 0 100101 1001111 111010 11111 1000001 11001

Color Harmonies of #6B4317

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B4317

Black with #6B4317

Text Example


Text Example

White with #6B4317

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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