Html Css Color HEX #65491A Antique Brass

📋 copy color: '#65491A'

red 101 ◦ green 73 ◦ blue 26

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

Shades of Antique Brass #65491A

Tints of Antique Brass #65491A

RGB

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

 GREEN value IS 73 (28.91% from 255) = 36.5%

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

R = 50.5%
G = 36.5%
B = 13%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.74

 K value IS 0.60

RGB Variations

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

Color information

#65491A (or 0x65491A) is known color: Antique Brass. HEX triplet: 65, 49 and 1A. RGB value is (101,73,26). Sum of RGB (Red+Green+Blue) = 101+73+26=200 (26% of max value = 765). Red value is 101 (39.84% from 255 or 50.5% from 200); Green value is 73 (28.91% from 255 or 36.5% from 200); Blue value is 26 (10.55% from 255 or 13% from 200); Max value from RGB is 101 - color contains mainly: red. Hex color #65491A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #65491A is #9AB6E5. Grayscale: #4C4C4C. Windows color (decimal): -10139366 or 1722725. OLE color: 1722725.

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

Color convert

RGB 101 73 26 -
CMYK 0 0.28 0.74 0.60
HSL 37.6º 0.59% 0.25% -
HSV(B) 37.6º 0.74% 0.4% -
XYZ 7.94 7.61 2.03 -
YUV 76.01 99.78 145.82 -
System Red Green Blue C M Y K H S L
Decimal 101 73 26 0 0.28 0.74 0.60 37.6 0.59 0.25
Hex 65 49 1A 0 1C 4A 3C 26 3B 19
Octal 145 111 32 0 34 112 74 46 73 31
Binary 1100101 1001001 11010 0 11100 1001010 111100 100110 111011 11001

Color Harmonies of #65491A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65491A

Black with #65491A

Text Example


Text Example

White with #65491A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #65491A; }

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

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

background-color css

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

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

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

border-color css

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

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

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