Html Css Color HEX #654C1E Antique Brass

📋 copy color: '#654C1E'

red 101 ◦ green 76 ◦ blue 30

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

Shades of Antique Brass #654C1E

Tints of Antique Brass #654C1E

RGB

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

 GREEN value IS 76 (30.08% from 255) = 36.71%

 BLUE value IS 30 (12.11% from 255) = 14.49%

R = 48.79%
G = 36.71%
B = 14.49%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.70

 K value IS 0.60

RGB Variations

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

Color information

#654C1E (or 0x654C1E) is known color: Antique Brass. HEX triplet: 65, 4C and 1E. RGB value is (101,76,30). Sum of RGB (Red+Green+Blue) = 101+76+30=207 (27% of max value = 765). Red value is 101 (39.84% from 255 or 48.79% from 207); Green value is 76 (30.08% from 255 or 36.71% from 207); Blue value is 30 (12.11% from 255 or 14.49% from 207); Max value from RGB is 101 - color contains mainly: red. Hex color #654C1E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #654C1E is #9AB3E1. Grayscale: #4E4E4E. Windows color (decimal): -10138594 or 1985637. OLE color: 1985637.

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

Color convert

RGB 101 76 30 -
CMYK 0 0.25 0.70 0.60
HSL 38.87º 0.54% 0.26% -
HSV(B) 38.87º 0.7% 0.4% -
XYZ 8.19 8.03 2.35 -
YUV 78.23 100.78 144.24 -
System Red Green Blue C M Y K H S L
Decimal 101 76 30 0 0.25 0.70 0.60 38.87 0.54 0.26
Hex 65 4C 1E 0 19 46 3C 27 36 1A
Octal 145 114 36 0 31 106 74 47 66 32
Binary 1100101 1001100 11110 0 11001 1000110 111100 100111 110110 11010

Color Harmonies of #654C1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #654C1E

Black with #654C1E

Text Example


Text Example

White with #654C1E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(101,76,30); }

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

background-color css

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

 a { background-color: rgb(101,76,30); }

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

border-color css

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

 span { border-color: rgb(101,76,30); }

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