Html Css Color HEX #693C12 Antique Brass

📋 copy color: '#693C12'

red 105 ◦ green 60 ◦ blue 18

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

Shades of Antique Brass #693C12

Tints of Antique Brass #693C12

RGB

 RED value IS 105 (41.41% from 255) = 57.38%

 GREEN value IS 60 (23.83% from 255) = 32.79%

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

R = 57.38%
G = 32.79%
B = 9.84%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.83

 K value IS 0.59

RGB Variations

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

Color information

#693C12 (or 0x693C12) is known color: Antique Brass. HEX triplet: 69, 3C and 12. RGB value is (105,60,18). Sum of RGB (Red+Green+Blue) = 105+60+18=183 (24% of max value = 765). Red value is 105 (41.41% from 255 or 57.38% from 183); Green value is 60 (23.83% from 255 or 32.79% from 183); Blue value is 18 (7.42% from 255 or 9.84% from 183); Max value from RGB is 105 - color contains mainly: red. Hex color #693C12 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #693C12 is #96C3ED. Grayscale: #444444. Windows color (decimal): -9880558 or 1195113. OLE color: 1195113.

HSL color Cylindrical-coordinate representation of color #693C12: hue angle of 28.97º degrees, saturation: 0.71, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #693C12 is Cyan = 0, Magento = 0.43, Yellow = 0.83 and Black (K on CMYK) = 0.59.

Color convert

RGB 105 60 18 -
CMYK 0 0.43 0.83 0.59
HSL 28.97º 0.71% 0.24% -
HSV(B) 28.97º 0.83% 0.41% -
XYZ 7.55 6.28 1.39 -
YUV 68.67 99.41 153.92 -
System Red Green Blue C M Y K H S L
Decimal 105 60 18 0 0.43 0.83 0.59 28.97 0.71 0.24
Hex 69 3C 12 0 2B 53 3B 1D 47 18
Octal 151 74 22 0 53 123 73 35 107 30
Binary 1101001 111100 10010 0 101011 1010011 111011 11101 1000111 11000

Color Harmonies of #693C12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #693C12

Black with #693C12

Text Example


Text Example

White with #693C12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #693C12; }

 p { color: rgb(105,60,18); }

 H1.HeaderClassName
 {
   color: #693C12;
 }
 .AnyTagClassName
 {
   color: #693C12;
 }
</style>

background-color css

<style>
 a { background-color: #693C12; }

 a { background-color: rgb(105,60,18); }

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

border-color css

<style>
 span { border-color: #693C12; }

 span { border-color: rgb(105,60,18); }

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