Html Css Color HEX #693F16 Antique Brass

📋 copy color: '#693F16'

red 105 ◦ green 63 ◦ blue 22

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

Shades of Antique Brass #693F16

Tints of Antique Brass #693F16

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 11.58%

R = 55.26%
G = 33.16%
B = 11.58%

CMYK

 C value IS 0

 M value IS 0.4

 Y value IS 0.79

 K value IS 0.59

RGB Variations

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

Color information

#693F16 (or 0x693F16) is known color: Antique Brass. HEX triplet: 69, 3F and 16. RGB value is (105,63,22). Sum of RGB (Red+Green+Blue) = 105+63+22=190 (25% of max value = 765). Red value is 105 (41.41% from 255 or 55.26% from 190); Green value is 63 (25% from 255 or 33.16% from 190); Blue value is 22 (8.98% from 255 or 11.58% from 190); Max value from RGB is 105 - color contains mainly: red. Hex color #693F16 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #693F16 is #96C0E9. Grayscale: #474747. Windows color (decimal): -9879786 or 1458025. OLE color: 1458025.

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

Color convert

RGB 105 63 22 -
CMYK 0 0.4 0.79 0.59
HSL 29.64º 0.65% 0.25% -
HSV(B) 29.64º 0.79% 0.41% -
XYZ 7.75 6.62 1.63 -
YUV 70.88 100.41 152.33 -
System Red Green Blue C M Y K H S L
Decimal 105 63 22 0 0.4 0.79 0.59 29.64 0.65 0.25
Hex 69 3F 16 0 28 4F 3B 1E 41 19
Octal 151 77 26 0 50 117 73 36 101 31
Binary 1101001 111111 10110 0 101000 1001111 111011 11110 1000001 11001

Color Harmonies of #693F16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #693F16

Black with #693F16

Text Example


Text Example

White with #693F16

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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