Html Css Color HEX #654618 Antique Brass

📋 copy color: '#654618'

red 101 ◦ green 70 ◦ blue 24

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

Shades of Antique Brass #654618

Tints of Antique Brass #654618

RGB

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

 GREEN value IS 70 (27.73% from 255) = 35.9%

 BLUE value IS 24 (9.77% from 255) = 12.31%

R = 51.79%
G = 35.9%
B = 12.31%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.76

 K value IS 0.60

RGB Variations

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

Color information

#654618 (or 0x654618) is known color: Antique Brass. HEX triplet: 65, 46 and 18. RGB value is (101,70,24). Sum of RGB (Red+Green+Blue) = 101+70+24=195 (25% of max value = 765). Red value is 101 (39.84% from 255 or 51.79% from 195); Green value is 70 (27.73% from 255 or 35.90% from 195); Blue value is 24 (9.77% from 255 or 12.31% from 195); Max value from RGB is 101 - color contains mainly: red. Hex color #654618 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #654618 is #9AB9E7. Grayscale: #4A4A4A. Windows color (decimal): -10140136 or 1590885. OLE color: 1590885.

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

Color convert

RGB 101 70 24 -
CMYK 0 0.31 0.76 0.60
HSL 35.84º 0.62% 0.25% -
HSV(B) 35.84º 0.76% 0.4% -
XYZ 7.72 7.21 1.85 -
YUV 74.03 99.77 147.24 -
System Red Green Blue C M Y K H S L
Decimal 101 70 24 0 0.31 0.76 0.60 35.84 0.62 0.25
Hex 65 46 18 0 1F 4C 3C 24 3E 19
Octal 145 106 30 0 37 114 74 44 76 31
Binary 1100101 1000110 11000 0 11111 1001100 111100 100100 111110 11001

Color Harmonies of #654618

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #654618

Black with #654618

Text Example


Text Example

White with #654618

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #654618; }

 p { color: rgb(101,70,24); }

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

background-color css

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

 a { background-color: rgb(101,70,24); }

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

border-color css

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

 span { border-color: rgb(101,70,24); }

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