#654B1B

Color #654B1B Antique Brass (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Antique Brass #654B1B

Tints of Antique Brass #654B1B

Color information

#654B1B (or 0x654B1B) is unknown color: approx Antique Brass. HEX triplet: 65, 4B and 1B. RGB value is (101,75,27). Sum of RGB (Red+Green+Blue) = 101+75+27=203 (26% of max value = 765). Red value is 101 (39.84% from 255 or 49.75% from 203); Green value is 75 (29.69% from 255 or 36.95% from 203); Blue value is 27 (10.94% from 255 or 13.30% from 203); Max value from RGB is 101 - color contains mainly: red. Hex color #654B1B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #654B1B is #9AB4E4. Grayscale: #4D4D4D. Windows color (decimal): -10138853 or 1788773. OLE color: 1788773.

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

Color convert

RGB1017527-
CMYK00.260.730.60
HSL38.92º57.81%25.1%-
HSV(B)38.92º73.27%39.61%-
XYZ8.087.882.13-
YUV77.399.61144.9-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 49.75%
GREEN value IS 75 (29.69% from 255) = 36.95%
BLUE value IS 27 (10.94% from 255) = 13.30%
R=49.75%
G=36.95%
B=13.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.73
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal101752700.260.730.6038.9257.8125.1
Hex654B1B01A493C273a19
Octal1451133303211174477231
Binary1100101100101111011011010100100111110010011111101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #654B1B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #654B1B;
 }
 .AnyTagClassName
 {
   color: #654B1B;
 }
</style>
background-color css

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

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

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

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

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

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