Html Css Color HEX #694418 Antique Brass

📋 copy color: '#694418'

red 105 ◦ green 68 ◦ blue 24

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

Shades of Antique Brass #694418

Tints of Antique Brass #694418

RGB

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

 GREEN value IS 68 (26.95% from 255) = 34.52%

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

R = 53.3%
G = 34.52%
B = 12.18%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.77

 K value IS 0.59

RGB Variations

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

Color information

#694418 (or 0x694418) is known color: Antique Brass. HEX triplet: 69, 44 and 18. RGB value is (105,68,24). Sum of RGB (Red+Green+Blue) = 105+68+24=197 (26% of max value = 765). Red value is 105 (41.41% from 255 or 53.30% from 197); Green value is 68 (26.95% from 255 or 34.52% from 197); Blue value is 24 (9.77% from 255 or 12.18% from 197); Max value from RGB is 105 - color contains mainly: red. Hex color #694418 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #694418 is #96BBE7. Grayscale: #4A4A4A. Windows color (decimal): -9878504 or 1590377. OLE color: 1590377.

HSL color Cylindrical-coordinate representation of color #694418: hue angle of 32.59º 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 #694418 is Cyan = 0, Magento = 0.35, Yellow = 0.77 and Black (K on CMYK) = 0.59.

Color convert

RGB 105 68 24 -
CMYK 0 0.35 0.77 0.59
HSL 32.59º 0.63% 0.25% -
HSV(B) 32.59º 0.77% 0.41% -
XYZ 8.06 7.2 1.83 -
YUV 74.05 99.76 150.08 -
System Red Green Blue C M Y K H S L
Decimal 105 68 24 0 0.35 0.77 0.59 32.59 0.63 0.25
Hex 69 44 18 0 23 4D 3B 21 3F 19
Octal 151 104 30 0 43 115 73 41 77 31
Binary 1101001 1000100 11000 0 100011 1001101 111011 100001 111111 11001

Color Harmonies of #694418

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #694418

Black with #694418

Text Example


Text Example

White with #694418

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #694418; }

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

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

background-color css

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

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

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

border-color css

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

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

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