Html Css Color HEX #693F18 Antique Brass

📋 copy color: '#693F18'

red 105 ◦ green 63 ◦ blue 24

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

Shades of Antique Brass #693F18

Tints of Antique Brass #693F18

RGB

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

 GREEN value IS 63 (25% from 255) = 32.81%

 BLUE value IS 24 (9.77% from 255) = 12.5%

R = 54.69%
G = 32.81%
B = 12.5%

CMYK

 C value IS 0

 M value IS 0.4

 Y value IS 0.77

 K value IS 0.59

RGB Variations

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

Color information

#693F18 (or 0x693F18) is known color: Antique Brass. HEX triplet: 69, 3F and 18. RGB value is (105,63,24). Sum of RGB (Red+Green+Blue) = 105+63+24=192 (25% of max value = 765). Red value is 105 (41.41% from 255 or 54.69% from 192); Green value is 63 (25% from 255 or 32.81% from 192); Blue value is 24 (9.77% from 255 or 12.5% from 192); Max value from RGB is 105 - color contains mainly: red. Hex color #693F18 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #693F18 is #96C0E7. Grayscale: #474747. Windows color (decimal): -9879784 or 1589097. OLE color: 1589097.

HSL color Cylindrical-coordinate representation of color #693F18: hue angle of 28.89º degrees, saturation: 0.63, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #693F18 is Cyan = 0, Magento = 0.4, Yellow = 0.77 and Black (K on CMYK) = 0.59.

Color convert

RGB 105 63 24 -
CMYK 0 0.4 0.77 0.59
HSL 28.89º 0.63% 0.25% -
HSV(B) 28.89º 0.77% 0.41% -
XYZ 7.77 6.62 1.73 -
YUV 71.11 101.41 152.17 -
System Red Green Blue C M Y K H S L
Decimal 105 63 24 0 0.4 0.77 0.59 28.89 0.63 0.25
Hex 69 3F 18 0 28 4D 3B 1D 3F 19
Octal 151 77 30 0 50 115 73 35 77 31
Binary 1101001 111111 11000 0 101000 1001101 111011 11101 111111 11001

Color Harmonies of #693F18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #693F18

Black with #693F18

Text Example


Text Example

White with #693F18

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(105,63,24); }

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

background-color css

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

 a { background-color: rgb(105,63,24); }

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

border-color css

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

 span { border-color: rgb(105,63,24); }

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