Html Css Color HEX #694618 Antique Brass

📋 copy color: '#694618'

red 105 ◦ green 70 ◦ blue 24

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

Shades of Antique Brass #694618

Tints of Antique Brass #694618

RGB

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

 GREEN value IS 70 (27.73% from 255) = 35.18%

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

R = 52.76%
G = 35.18%
B = 12.06%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.77

 K value IS 0.59

RGB Variations

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

Color information

#694618 (or 0x694618) is known color: Antique Brass. HEX triplet: 69, 46 and 18. RGB value is (105,70,24). Sum of RGB (Red+Green+Blue) = 105+70+24=199 (26% of max value = 765). Red value is 105 (41.41% from 255 or 52.76% from 199); Green value is 70 (27.73% from 255 or 35.18% from 199); Blue value is 24 (9.77% from 255 or 12.06% from 199); Max value from RGB is 105 - color contains mainly: red. Hex color #694618 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #694618 is #96B9E7. Grayscale: #4B4B4B. Windows color (decimal): -9877992 or 1590889. OLE color: 1590889.

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

Color convert

RGB 105 70 24 -
CMYK 0 0.33 0.77 0.59
HSL 34.07º 0.63% 0.25% -
HSV(B) 34.07º 0.77% 0.41% -
XYZ 8.18 7.45 1.87 -
YUV 75.22 99.1 149.24 -
System Red Green Blue C M Y K H S L
Decimal 105 70 24 0 0.33 0.77 0.59 34.07 0.63 0.25
Hex 69 46 18 0 21 4D 3B 22 3F 19
Octal 151 106 30 0 41 115 73 42 77 31
Binary 1101001 1000110 11000 0 100001 1001101 111011 100010 111111 11001

Color Harmonies of #694618

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #694618

Black with #694618

Text Example


Text Example

White with #694618

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #694618; }

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

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

background-color css

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

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

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

border-color css

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

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

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