Html Css Color HEX #6B4517 Antique Brass

📋 copy color: '#6B4517'

red 107 ◦ green 69 ◦ blue 23

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

Shades of Antique Brass #6B4517

Tints of Antique Brass #6B4517

RGB

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

 GREEN value IS 69 (27.34% from 255) = 34.67%

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

R = 53.77%
G = 34.67%
B = 11.56%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.79

 K value IS 0.58

RGB Variations

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

Color information

#6B4517 (or 0x6B4517) is known color: Antique Brass. HEX triplet: 6B, 45 and 17. RGB value is (107,69,23). Sum of RGB (Red+Green+Blue) = 107+69+23=199 (26% of max value = 765). Red value is 107 (42.19% from 255 or 53.77% from 199); Green value is 69 (27.34% from 255 or 34.67% from 199); Blue value is 23 (9.38% from 255 or 11.56% from 199); Max value from RGB is 107 - color contains mainly: red. Hex color #6B4517 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6B4517 is #94BAE8. Grayscale: #4B4B4B. Windows color (decimal): -9747177 or 1525099. OLE color: 1525099.

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

Color convert

RGB 107 69 23 -
CMYK 0 0.36 0.79 0.58
HSL 32.86º 0.65% 0.25% -
HSV(B) 32.86º 0.79% 0.42% -
XYZ 8.35 7.44 1.81 -
YUV 75.12 98.59 150.74 -
System Red Green Blue C M Y K H S L
Decimal 107 69 23 0 0.36 0.79 0.58 32.86 0.65 0.25
Hex 6B 45 17 0 24 4F 3A 21 41 19
Octal 153 105 27 0 44 117 72 41 101 31
Binary 1101011 1000101 10111 0 100100 1001111 111010 100001 1000001 11001

Color Harmonies of #6B4517

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B4517

Black with #6B4517

Text Example


Text Example

White with #6B4517

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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