Html Css Color HEX #694316 Antique Brass

📋 copy color: '#694316'

red 105 ◦ green 67 ◦ blue 22

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

Shades of Antique Brass #694316

Tints of Antique Brass #694316

RGB

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

 GREEN value IS 67 (26.56% from 255) = 34.54%

 BLUE value IS 22 (8.98% from 255) = 11.34%

R = 54.12%
G = 34.54%
B = 11.34%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.79

 K value IS 0.59

RGB Variations

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

Color information

#694316 (or 0x694316) is known color: Antique Brass. HEX triplet: 69, 43 and 16. RGB value is (105,67,22). Sum of RGB (Red+Green+Blue) = 105+67+22=194 (25% of max value = 765). Red value is 105 (41.41% from 255 or 54.12% from 194); Green value is 67 (26.56% from 255 or 34.54% from 194); Blue value is 22 (8.98% from 255 or 11.34% from 194); Max value from RGB is 105 - color contains mainly: red. Hex color #694316 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #694316 is #96BCE9. Grayscale: #494949. Windows color (decimal): -9878762 or 1459049. OLE color: 1459049.

HSL color Cylindrical-coordinate representation of color #694316: hue angle of 32.53º degrees, saturation: 0.65, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #694316 is Cyan = 0, Magento = 0.36, Yellow = 0.79 and Black (K on CMYK) = 0.59.

Color convert

RGB 105 67 22 -
CMYK 0 0.36 0.79 0.59
HSL 32.53º 0.65% 0.25% -
HSV(B) 32.53º 0.79% 0.41% -
XYZ 7.98 7.08 1.7 -
YUV 73.23 99.09 150.66 -
System Red Green Blue C M Y K H S L
Decimal 105 67 22 0 0.36 0.79 0.59 32.53 0.65 0.25
Hex 69 43 16 0 24 4F 3B 21 41 19
Octal 151 103 26 0 44 117 73 41 101 31
Binary 1101001 1000011 10110 0 100100 1001111 111011 100001 1000001 11001

Color Harmonies of #694316

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #694316

Black with #694316

Text Example


Text Example

White with #694316

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #694316; }

 p { color: rgb(105,67,22); }

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

background-color css

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

 a { background-color: rgb(105,67,22); }

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

border-color css

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

 span { border-color: rgb(105,67,22); }

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