Html Css Color HEX #654C1A Antique Brass

📋 copy color: '#654C1A'

red 101 ◦ green 76 ◦ blue 26

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

Shades of Antique Brass #654C1A

Tints of Antique Brass #654C1A

RGB

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

 GREEN value IS 76 (30.08% from 255) = 37.44%

 BLUE value IS 26 (10.55% from 255) = 12.81%

R = 49.75%
G = 37.44%
B = 12.81%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.74

 K value IS 0.60

RGB Variations

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

Color information

#654C1A (or 0x654C1A) is known color: Antique Brass. HEX triplet: 65, 4C and 1A. RGB value is (101,76,26). Sum of RGB (Red+Green+Blue) = 101+76+26=203 (26% of max value = 765). Red value is 101 (39.84% from 255 or 49.75% from 203); Green value is 76 (30.08% from 255 or 37.44% from 203); Blue value is 26 (10.55% from 255 or 12.81% from 203); Max value from RGB is 101 - color contains mainly: red. Hex color #654C1A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #654C1A is #9AB3E5. Grayscale: #4D4D4D. Windows color (decimal): -10138598 or 1723493. OLE color: 1723493.

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

Color convert

RGB 101 76 26 -
CMYK 0 0.25 0.74 0.60
HSL 40º 0.59% 0.25% -
HSV(B) 40º 0.74% 0.4% -
XYZ 8.14 8.01 2.09 -
YUV 77.78 98.78 144.57 -
System Red Green Blue C M Y K H S L
Decimal 101 76 26 0 0.25 0.74 0.60 40 0.59 0.25
Hex 65 4C 1A 0 19 4A 3C 28 3B 19
Octal 145 114 32 0 31 112 74 50 73 31
Binary 1100101 1001100 11010 0 11001 1001010 111100 101000 111011 11001

Color Harmonies of #654C1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #654C1A

Black with #654C1A

Text Example


Text Example

White with #654C1A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(101,76,26); }

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

background-color css

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

 a { background-color: rgb(101,76,26); }

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

border-color css

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

 span { border-color: rgb(101,76,26); }

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