Html Css Color HEX #654516 Antique Brass

📋 copy color: '#654516'

red 101 ◦ green 69 ◦ blue 22

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

Shades of Antique Brass #654516

Tints of Antique Brass #654516

RGB

 RED value IS 101 (39.84% from 255) = 52.6%

 GREEN value IS 69 (27.34% from 255) = 35.94%

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

R = 52.6%
G = 35.94%
B = 11.46%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.78

 K value IS 0.60

RGB Variations

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

Color information

#654516 (or 0x654516) is known color: Antique Brass. HEX triplet: 65, 45 and 16. RGB value is (101,69,22). Sum of RGB (Red+Green+Blue) = 101+69+22=192 (25% of max value = 765). Red value is 101 (39.84% from 255 or 52.60% from 192); Green value is 69 (27.34% from 255 or 35.94% from 192); Blue value is 22 (8.98% from 255 or 11.46% from 192); Max value from RGB is 101 - color contains mainly: red. Hex color #654516 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #654516 is #9ABAE9. Grayscale: #494949. Windows color (decimal): -10140394 or 1459557. OLE color: 1459557.

HSL color Cylindrical-coordinate representation of color #654516: hue angle of 35.7º degrees, saturation: 0.64, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #654516 is Cyan = 0, Magento = 0.32, Yellow = 0.78 and Black (K on CMYK) = 0.60.

Color convert

RGB 101 69 22 -
CMYK 0 0.32 0.78 0.60
HSL 35.7º 0.64% 0.24% -
HSV(B) 35.7º 0.78% 0.4% -
XYZ 7.64 7.08 1.72 -
YUV 73.21 99.1 147.82 -
System Red Green Blue C M Y K H S L
Decimal 101 69 22 0 0.32 0.78 0.60 35.7 0.64 0.24
Hex 65 45 16 0 20 4E 3C 24 40 18
Octal 145 105 26 0 40 116 74 44 100 30
Binary 1100101 1000101 10110 0 100000 1001110 111100 100100 1000000 11000

Color Harmonies of #654516

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #654516

Black with #654516

Text Example


Text Example

White with #654516

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #654516; }

 p { color: rgb(101,69,22); }

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

background-color css

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

 a { background-color: rgb(101,69,22); }

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

border-color css

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

 span { border-color: rgb(101,69,22); }

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