Html Css Color HEX #694C1A Antique Brass

📋 copy color: '#694C1A'

red 105 ◦ green 76 ◦ blue 26

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

Shades of Antique Brass #694C1A

Tints of Antique Brass #694C1A

RGB

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

 GREEN value IS 76 (30.08% from 255) = 36.71%

 BLUE value IS 26 (10.55% from 255) = 12.56%

R = 50.72%
G = 36.71%
B = 12.56%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.75

 K value IS 0.59

RGB Variations

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

Color information

#694C1A (or 0x694C1A) is known color: Antique Brass. HEX triplet: 69, 4C and 1A. RGB value is (105,76,26). Sum of RGB (Red+Green+Blue) = 105+76+26=207 (27% of max value = 765). Red value is 105 (41.41% from 255 or 50.72% from 207); Green value is 76 (30.08% from 255 or 36.71% from 207); Blue value is 26 (10.55% from 255 or 12.56% from 207); Max value from RGB is 105 - color contains mainly: red. Hex color #694C1A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #694C1A is #96B3E5. Grayscale: #4F4F4F. Windows color (decimal): -9876454 or 1723497. OLE color: 1723497.

HSL color Cylindrical-coordinate representation of color #694C1A: hue angle of 37.97º degrees, saturation: 0.6, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #694C1A is Cyan = 0, Magento = 0.28, Yellow = 0.75 and Black (K on CMYK) = 0.59.

Color convert

RGB 105 76 26 -
CMYK 0 0.28 0.75 0.59
HSL 37.97º 0.6% 0.26% -
HSV(B) 37.97º 0.75% 0.41% -
XYZ 8.6 8.25 2.12 -
YUV 78.97 98.11 146.57 -
System Red Green Blue C M Y K H S L
Decimal 105 76 26 0 0.28 0.75 0.59 37.97 0.6 0.26
Hex 69 4C 1A 0 1C 4B 3B 26 3C 1A
Octal 151 114 32 0 34 113 73 46 74 32
Binary 1101001 1001100 11010 0 11100 1001011 111011 100110 111100 11010

Color Harmonies of #694C1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #694C1A

Black with #694C1A

Text Example


Text Example

White with #694C1A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #694C1A; }

 p { color: rgb(105,76,26); }

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

background-color css

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

 a { background-color: rgb(105,76,26); }

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

border-color css

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

 span { border-color: rgb(105,76,26); }

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