Html Css Color HEX #694622 Antique Brass

📋 copy color: '#694622'

red 105 ◦ green 70 ◦ blue 34

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

Shades of Antique Brass #694622

Tints of Antique Brass #694622

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 16.27%

R = 50.24%
G = 33.49%
B = 16.27%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.68

 K value IS 0.59

RGB Variations

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

Color information

#694622 (or 0x694622) is known color: Antique Brass. HEX triplet: 69, 46 and 22. RGB value is (105,70,34). Sum of RGB (Red+Green+Blue) = 105+70+34=209 (27% of max value = 765). Red value is 105 (41.41% from 255 or 50.24% from 209); Green value is 70 (27.73% from 255 or 33.49% from 209); Blue value is 34 (13.67% from 255 or 16.27% from 209); Max value from RGB is 105 - color contains mainly: red. Hex color #694622 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #694622 is #96B9DD. Grayscale: #4C4C4C. Windows color (decimal): -9877982 or 2246249. OLE color: 2246249.

HSL color Cylindrical-coordinate representation of color #694622: hue angle of 30.42º degrees, saturation: 0.51, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #694622 is Cyan = 0, Magento = 0.33, Yellow = 0.68 and Black (K on CMYK) = 0.59.

Color convert

RGB 105 70 34 -
CMYK 0 0.33 0.68 0.59
HSL 30.42º 0.51% 0.27% -
HSV(B) 30.42º 0.68% 0.41% -
XYZ 8.3 7.5 2.52 -
YUV 76.36 104.1 148.43 -
System Red Green Blue C M Y K H S L
Decimal 105 70 34 0 0.33 0.68 0.59 30.42 0.51 0.27
Hex 69 46 22 0 21 44 3B 1E 33 1B
Octal 151 106 42 0 41 104 73 36 63 33
Binary 1101001 1000110 100010 0 100001 1000100 111011 11110 110011 11011

Color Harmonies of #694622

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #694622

Black with #694622

Text Example


Text Example

White with #694622

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #694622; }

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

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

background-color css

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

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

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

border-color css

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

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

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