Html Css Color HEX #654B19 Antique Brass

📋 copy color: '#654B19'

red 101 ◦ green 75 ◦ blue 25

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

Shades of Antique Brass #654B19

Tints of Antique Brass #654B19

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 12.44%

R = 50.25%
G = 37.31%
B = 12.44%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.75

 K value IS 0.60

RGB Variations

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

Color information

#654B19 (or 0x654B19) is known color: Antique Brass. HEX triplet: 65, 4B and 19. RGB value is (101,75,25). Sum of RGB (Red+Green+Blue) = 101+75+25=201 (26% of max value = 765). Red value is 101 (39.84% from 255 or 50.25% from 201); Green value is 75 (29.69% from 255 or 37.31% from 201); Blue value is 25 (10.16% from 255 or 12.44% from 201); Max value from RGB is 101 - color contains mainly: red. Hex color #654B19 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #654B19 is #9AB4E6. Grayscale: #4D4D4D. Windows color (decimal): -10138855 or 1657701. OLE color: 1657701.

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

Color convert

RGB 101 75 25 -
CMYK 0 0.26 0.75 0.60
HSL 39.47º 0.6% 0.25% -
HSV(B) 39.47º 0.75% 0.4% -
XYZ 8.06 7.87 2.01 -
YUV 77.07 98.61 145.07 -
System Red Green Blue C M Y K H S L
Decimal 101 75 25 0 0.26 0.75 0.60 39.47 0.6 0.25
Hex 65 4B 19 0 1A 4B 3C 27 3C 19
Octal 145 113 31 0 32 113 74 47 74 31
Binary 1100101 1001011 11001 0 11010 1001011 111100 100111 111100 11001

Color Harmonies of #654B19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #654B19

Black with #654B19

Text Example


Text Example

White with #654B19

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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