Html Css Color HEX #654B1A Antique Brass

📋 copy color: '#654B1A'

red 101 ◦ green 75 ◦ blue 26

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

Shades of Antique Brass #654B1A

Tints of Antique Brass #654B1A

RGB

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

 GREEN value IS 75 (29.69% from 255) = 37.13%

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

R = 50%
G = 37.13%
B = 12.87%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.74

 K value IS 0.60

RGB Variations

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

Color information

#654B1A (or 0x654B1A) is known color: Antique Brass. HEX triplet: 65, 4B and 1A. RGB value is (101,75,26). Sum of RGB (Red+Green+Blue) = 101+75+26=202 (26% of max value = 765). Red value is 101 (39.84% from 255 or 50% from 202); Green value is 75 (29.69% from 255 or 37.13% from 202); Blue value is 26 (10.55% from 255 or 12.87% from 202); Max value from RGB is 101 - color contains mainly: red. Hex color #654B1A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #654B1A is #9AB4E5. Grayscale: #4D4D4D. Windows color (decimal): -10138854 or 1723237. OLE color: 1723237.

HSL color Cylindrical-coordinate representation of color #654B1A: hue angle of 39.2º 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 #654B1A is Cyan = 0, Magento = 0.26, Yellow = 0.74 and Black (K on CMYK) = 0.60.

Color convert

RGB 101 75 26 -
CMYK 0 0.26 0.74 0.60
HSL 39.2º 0.59% 0.25% -
HSV(B) 39.2º 0.74% 0.4% -
XYZ 8.07 7.87 2.07 -
YUV 77.19 99.11 144.98 -
System Red Green Blue C M Y K H S L
Decimal 101 75 26 0 0.26 0.74 0.60 39.2 0.59 0.25
Hex 65 4B 1A 0 1A 4A 3C 27 3B 19
Octal 145 113 32 0 32 112 74 47 73 31
Binary 1100101 1001011 11010 0 11010 1001010 111100 100111 111011 11001

Color Harmonies of #654B1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #654B1A

Black with #654B1A

Text Example


Text Example

White with #654B1A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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