Html Css Color HEX #693E11 Antique Brass

📋 copy color: '#693E11'

red 105 ◦ green 62 ◦ blue 17

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

Shades of Antique Brass #693E11

Tints of Antique Brass #693E11

RGB

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

 GREEN value IS 62 (24.61% from 255) = 33.7%

 BLUE value IS 17 (7.03% from 255) = 9.24%

R = 57.07%
G = 33.7%
B = 9.24%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.84

 K value IS 0.59

RGB Variations

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

Color information

#693E11 (or 0x693E11) is known color: Antique Brass. HEX triplet: 69, 3E and 11. RGB value is (105,62,17). Sum of RGB (Red+Green+Blue) = 105+62+17=184 (24% of max value = 765). Red value is 105 (41.41% from 255 or 57.07% from 184); Green value is 62 (24.61% from 255 or 33.70% from 184); Blue value is 17 (7.03% from 255 or 9.24% from 184); Max value from RGB is 105 - color contains mainly: red. Hex color #693E11 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #693E11 is #96C1EE. Grayscale: #454545. Windows color (decimal): -9880047 or 1130089. OLE color: 1130089.

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

Color convert

RGB 105 62 17 -
CMYK 0 0.41 0.84 0.59
HSL 30.68º 0.72% 0.24% -
HSV(B) 30.68º 0.84% 0.41% -
XYZ 7.65 6.49 1.38 -
YUV 69.73 98.25 153.16 -
System Red Green Blue C M Y K H S L
Decimal 105 62 17 0 0.41 0.84 0.59 30.68 0.72 0.24
Hex 69 3E 11 0 29 54 3B 1F 48 18
Octal 151 76 21 0 51 124 73 37 110 30
Binary 1101001 111110 10001 0 101001 1010100 111011 11111 1001000 11000

Color Harmonies of #693E11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #693E11

Black with #693E11

Text Example


Text Example

White with #693E11

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(105,62,17); }

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

background-color css

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

 a { background-color: rgb(105,62,17); }

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

border-color css

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

 span { border-color: rgb(105,62,17); }

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