Html Css Color HEX #6B4622 Antique Brass

📋 copy color: '#6B4622'

red 107 ◦ green 70 ◦ blue 34

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

Shades of Antique Brass #6B4622

Tints of Antique Brass #6B4622

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 16.11%

R = 50.71%
G = 33.18%
B = 16.11%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.68

 K value IS 0.58

RGB Variations

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

Color information

#6B4622 (or 0x6B4622) is known color: Antique Brass. HEX triplet: 6B, 46 and 22. RGB value is (107,70,34). Sum of RGB (Red+Green+Blue) = 107+70+34=211 (27% of max value = 765). Red value is 107 (42.19% from 255 or 50.71% from 211); Green value is 70 (27.73% from 255 or 33.18% from 211); Blue value is 34 (13.67% from 255 or 16.11% from 211); Max value from RGB is 107 - color contains mainly: red. Hex color #6B4622 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6B4622 is #94B9DD. Grayscale: #4D4D4D. Windows color (decimal): -9746910 or 2246251. OLE color: 2246251.

HSL color Cylindrical-coordinate representation of color #6B4622: hue angle of 29.59º degrees, saturation: 0.52, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #6B4622 is Cyan = 0, Magento = 0.35, Yellow = 0.68 and Black (K on CMYK) = 0.58.

Color convert

RGB 107 70 34 -
CMYK 0 0.35 0.68 0.58
HSL 29.59º 0.52% 0.28% -
HSV(B) 29.59º 0.68% 0.42% -
XYZ 8.54 7.62 2.53 -
YUV 76.96 103.76 149.43 -
System Red Green Blue C M Y K H S L
Decimal 107 70 34 0 0.35 0.68 0.58 29.59 0.52 0.28
Hex 6B 46 22 0 23 44 3A 1E 34 1C
Octal 153 106 42 0 43 104 72 36 64 34
Binary 1101011 1000110 100010 0 100011 1000100 111010 11110 110100 11100

Color Harmonies of #6B4622

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B4622

Black with #6B4622

Text Example


Text Example

White with #6B4622

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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