Html Css Color HEX #6A3D12 Antique Brass

📋 copy color: '#6A3D12'

red 106 ◦ green 61 ◦ blue 18

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

Shades of Antique Brass #6A3D12

Tints of Antique Brass #6A3D12

RGB

 RED value IS 106 (41.8% from 255) = 57.3%

 GREEN value IS 61 (24.22% from 255) = 32.97%

 BLUE value IS 18 (7.42% from 255) = 9.73%

R = 57.3%
G = 32.97%
B = 9.73%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.83

 K value IS 0.58

RGB Variations

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

Color information

#6A3D12 (or 0x6A3D12) is known color: Antique Brass. HEX triplet: 6A, 3D and 12. RGB value is (106,61,18). Sum of RGB (Red+Green+Blue) = 106+61+18=185 (24% of max value = 765). Red value is 106 (41.80% from 255 or 57.30% from 185); Green value is 61 (24.22% from 255 or 32.97% from 185); Blue value is 18 (7.42% from 255 or 9.73% from 185); Max value from RGB is 106 - color contains mainly: red. Hex color #6A3D12 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6A3D12 is #95C2ED. Grayscale: #454545. Windows color (decimal): -9814766 or 1195370. OLE color: 1195370.

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

Color convert

RGB 106 61 18 -
CMYK 0 0.42 0.83 0.58
HSL 29.32º 0.71% 0.24% -
HSV(B) 29.32º 0.83% 0.42% -
XYZ 7.72 6.45 1.41 -
YUV 69.55 98.91 154 -
System Red Green Blue C M Y K H S L
Decimal 106 61 18 0 0.42 0.83 0.58 29.32 0.71 0.24
Hex 6A 3D 12 0 2A 53 3A 1D 47 18
Octal 152 75 22 0 52 123 72 35 107 30
Binary 1101010 111101 10010 0 101010 1010011 111010 11101 1000111 11000

Color Harmonies of #6A3D12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A3D12

Black with #6A3D12

Text Example


Text Example

White with #6A3D12

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(106,61,18); }

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

background-color css

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

 a { background-color: rgb(106,61,18); }

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

border-color css

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

 span { border-color: rgb(106,61,18); }

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