Html Css Color HEX #654A19 Antique Brass

📋 copy color: '#654A19'

red 101 ◦ green 74 ◦ blue 25

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

Shades of Antique Brass #654A19

Tints of Antique Brass #654A19

RGB

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

 GREEN value IS 74 (29.3% from 255) = 37%

 BLUE value IS 25 (10.16% from 255) = 12.5%

R = 50.5%
G = 37%
B = 12.5%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.75

 K value IS 0.60

RGB Variations

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

Color information

#654A19 (or 0x654A19) is known color: Antique Brass. HEX triplet: 65, 4A and 19. RGB value is (101,74,25). Sum of RGB (Red+Green+Blue) = 101+74+25=200 (26% of max value = 765). Red value is 101 (39.84% from 255 or 50.5% from 200); Green value is 74 (29.30% from 255 or 37% from 200); Blue value is 25 (10.16% from 255 or 12.5% from 200); Max value from RGB is 101 - color contains mainly: red. Hex color #654A19 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #654A19 is #9AB5E6. Grayscale: #4C4C4C. Windows color (decimal): -10139111 or 1657445. OLE color: 1657445.

HSL color Cylindrical-coordinate representation of color #654A19: hue angle of 38.68º degrees, saturation: 0.6, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #654A19 is Cyan = 0, Magento = 0.27, Yellow = 0.75 and Black (K on CMYK) = 0.60.

Color convert

RGB 101 74 25 -
CMYK 0 0.27 0.75 0.60
HSL 38.68º 0.6% 0.25% -
HSV(B) 38.68º 0.75% 0.4% -
XYZ 7.99 7.73 1.99 -
YUV 76.49 98.95 145.48 -
System Red Green Blue C M Y K H S L
Decimal 101 74 25 0 0.27 0.75 0.60 38.68 0.6 0.25
Hex 65 4A 19 0 1B 4B 3C 27 3C 19
Octal 145 112 31 0 33 113 74 47 74 31
Binary 1100101 1001010 11001 0 11011 1001011 111100 100111 111100 11001

Color Harmonies of #654A19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #654A19

Black with #654A19

Text Example


Text Example

White with #654A19

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #654A19; }

 p { color: rgb(101,74,25); }

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

background-color css

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

 a { background-color: rgb(101,74,25); }

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

border-color css

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

 span { border-color: rgb(101,74,25); }

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