Html Css Color HEX #6C4422 Antique Brass

📋 copy color: '#6C4422'

red 108 ◦ green 68 ◦ blue 34

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

Shades of Antique Brass #6C4422

Tints of Antique Brass #6C4422

RGB

 RED value IS 108 (42.58% from 255) = 51.43%

 GREEN value IS 68 (26.95% from 255) = 32.38%

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

R = 51.43%
G = 32.38%
B = 16.19%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.69

 K value IS 0.58

RGB Variations

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

Color information

#6C4422 (or 0x6C4422) is known color: Antique Brass. HEX triplet: 6C, 44 and 22. RGB value is (108,68,34). Sum of RGB (Red+Green+Blue) = 108+68+34=210 (27% of max value = 765). Red value is 108 (42.58% from 255 or 51.43% from 210); Green value is 68 (26.95% from 255 or 32.38% from 210); Blue value is 34 (13.67% from 255 or 16.19% from 210); Max value from RGB is 108 - color contains mainly: red. Hex color #6C4422 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6C4422 is #93BBDD. Grayscale: #4C4C4C. Windows color (decimal): -9681886 or 2245740. OLE color: 2245740.

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

Color convert

RGB 108 68 34 -
CMYK 0 0.37 0.69 0.58
HSL 27.57º 0.52% 0.28% -
HSV(B) 27.57º 0.69% 0.42% -
XYZ 8.54 7.44 2.5 -
YUV 76.08 104.25 150.76 -
System Red Green Blue C M Y K H S L
Decimal 108 68 34 0 0.37 0.69 0.58 27.57 0.52 0.28
Hex 6C 44 22 0 25 45 3A 1C 34 1C
Octal 154 104 42 0 45 105 72 34 64 34
Binary 1101100 1000100 100010 0 100101 1000101 111010 11100 110100 11100

Color Harmonies of #6C4422

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C4422

Black with #6C4422

Text Example


Text Example

White with #6C4422

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,68,34); }

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

background-color css

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

 a { background-color: rgb(108,68,34); }

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

border-color css

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

 span { border-color: rgb(108,68,34); }

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