Html Css Color HEX #6C461F Antique Brass

📋 copy color: '#6C461F'

red 108 ◦ green 70 ◦ blue 31

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

Shades of Antique Brass #6C461F

Tints of Antique Brass #6C461F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 14.83%

R = 51.67%
G = 33.49%
B = 14.83%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.71

 K value IS 0.58

RGB Variations

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

Color information

#6C461F (or 0x6C461F) is known color: Antique Brass. HEX triplet: 6C, 46 and 1F. RGB value is (108,70,31). Sum of RGB (Red+Green+Blue) = 108+70+31=209 (27% of max value = 765). Red value is 108 (42.58% from 255 or 51.67% from 209); Green value is 70 (27.73% from 255 or 33.49% from 209); Blue value is 31 (12.5% from 255 or 14.83% from 209); Max value from RGB is 108 - color contains mainly: red. Hex color #6C461F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6C461F is #93B9E0. Grayscale: #4D4D4D. Windows color (decimal): -9681377 or 2049644. OLE color: 2049644.

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

Color convert

RGB 108 70 31 -
CMYK 0 0.35 0.71 0.58
HSL 30.39º 0.55% 0.27% -
HSV(B) 30.39º 0.71% 0.42% -
XYZ 8.62 7.67 2.32 -
YUV 76.92 102.09 150.17 -
System Red Green Blue C M Y K H S L
Decimal 108 70 31 0 0.35 0.71 0.58 30.39 0.55 0.27
Hex 6C 46 1F 0 23 47 3A 1E 37 1B
Octal 154 106 37 0 43 107 72 36 67 33
Binary 1101100 1000110 11111 0 100011 1000111 111010 11110 110111 11011

Color Harmonies of #6C461F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C461F

Black with #6C461F

Text Example


Text Example

White with #6C461F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,70,31); }

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

background-color css

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

 a { background-color: rgb(108,70,31); }

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

border-color css

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

 span { border-color: rgb(108,70,31); }

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