Html Css Color HEX #654A1D Antique Brass

📋 copy color: '#654A1D'

red 101 ◦ green 74 ◦ blue 29

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

Shades of Antique Brass #654A1D

Tints of Antique Brass #654A1D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 14.22%

R = 49.51%
G = 36.27%
B = 14.22%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.71

 K value IS 0.60

RGB Variations

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

Color information

#654A1D (or 0x654A1D) is known color: Antique Brass. HEX triplet: 65, 4A and 1D. RGB value is (101,74,29). Sum of RGB (Red+Green+Blue) = 101+74+29=204 (27% of max value = 765). Red value is 101 (39.84% from 255 or 49.51% from 204); Green value is 74 (29.30% from 255 or 36.27% from 204); Blue value is 29 (11.72% from 255 or 14.22% from 204); Max value from RGB is 101 - color contains mainly: red. Hex color #654A1D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #654A1D is #9AB5E2. Grayscale: #4D4D4D. Windows color (decimal): -10139107 or 1919589. OLE color: 1919589.

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

Color convert

RGB 101 74 29 -
CMYK 0 0.27 0.71 0.60
HSL 37.5º 0.55% 0.25% -
HSV(B) 37.5º 0.71% 0.4% -
XYZ 8.04 7.75 2.24 -
YUV 76.94 100.95 145.16 -
System Red Green Blue C M Y K H S L
Decimal 101 74 29 0 0.27 0.71 0.60 37.5 0.55 0.25
Hex 65 4A 1D 0 1B 47 3C 26 37 19
Octal 145 112 35 0 33 107 74 46 67 31
Binary 1100101 1001010 11101 0 11011 1000111 111100 100110 110111 11001

Color Harmonies of #654A1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #654A1D

Black with #654A1D

Text Example


Text Example

White with #654A1D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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