Html Css Color HEX #694015 Antique Brass

📋 copy color: '#694015'

red 105 ◦ green 64 ◦ blue 21

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

Shades of Antique Brass #694015

Tints of Antique Brass #694015

RGB

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

 GREEN value IS 64 (25.39% from 255) = 33.68%

 BLUE value IS 21 (8.59% from 255) = 11.05%

R = 55.26%
G = 33.68%
B = 11.05%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.80

 K value IS 0.59

RGB Variations

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

Color information

#694015 (or 0x694015) is known color: Antique Brass. HEX triplet: 69, 40 and 15. RGB value is (105,64,21). Sum of RGB (Red+Green+Blue) = 105+64+21=190 (25% of max value = 765). Red value is 105 (41.41% from 255 or 55.26% from 190); Green value is 64 (25.39% from 255 or 33.68% from 190); Blue value is 21 (8.59% from 255 or 11.05% from 190); Max value from RGB is 105 - color contains mainly: red. Hex color #694015 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #694015 is #96BFEA. Grayscale: #474747. Windows color (decimal): -9879531 or 1392745. OLE color: 1392745.

HSL color Cylindrical-coordinate representation of color #694015: hue angle of 30.71º degrees, saturation: 0.67, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #694015 is Cyan = 0, Magento = 0.39, Yellow = 0.80 and Black (K on CMYK) = 0.59.

Color convert

RGB 105 64 21 -
CMYK 0 0.39 0.80 0.59
HSL 30.71º 0.67% 0.25% -
HSV(B) 30.71º 0.8% 0.41% -
XYZ 7.79 6.72 1.6 -
YUV 71.36 99.58 152 -
System Red Green Blue C M Y K H S L
Decimal 105 64 21 0 0.39 0.80 0.59 30.71 0.67 0.25
Hex 69 40 15 0 27 50 3B 1F 43 19
Octal 151 100 25 0 47 120 73 37 103 31
Binary 1101001 1000000 10101 0 100111 1010000 111011 11111 1000011 11001

Color Harmonies of #694015

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #694015

Black with #694015

Text Example


Text Example

White with #694015

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #694015; }

 p { color: rgb(105,64,21); }

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

background-color css

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

 a { background-color: rgb(105,64,21); }

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

border-color css

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

 span { border-color: rgb(105,64,21); }

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